We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ac2c4 commit 84775edCopy full SHA for 84775ed
src/librustc/session/config.rs
@@ -2202,8 +2202,7 @@ pub fn build_session_options_and_crate_config(
2202
if !cg.remark.is_empty() && debuginfo == DebugInfo::None {
2203
early_warn(
2204
error_format,
2205
- "-C remark will not show source locations without \
2206
- --debuginfo",
+ "-C remark requires \"-C debuginfo=n\" to show source locations",
2207
);
2208
}
2209
0 commit comments