We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
span_label
1 parent b94b7e7 commit ac54265Copy full SHA for ac54265
src/librustc_builtin_macros/asm.rs
@@ -297,7 +297,7 @@ fn err_duplicate_option<'a>(p: &mut Parser<'a>, span: Span) {
297
} else {
298
p.sess.span_diagnostic.struct_span_err(span, "this option was already provided")
299
};
300
- err.span_help(span, "remove this option");
+ err.span_label(span, "remove this option");
301
err.emit();
302
}
303
0 commit comments