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.
suggestion_short
1 parent 93a427e commit 2a0496cCopy full SHA for 2a0496c
compiler/rustc_parse/src/parser/diagnostics.rs
@@ -299,7 +299,7 @@ struct BadQPathStage2 {
299
#[error(slug = "parser-incorrect-semicolon")]
300
struct IncorrectSemicolon<'a> {
301
#[primary_span]
302
- #[suggestion(applicability = "machine-applicable")]
+ #[suggestion_short(applicability = "machine-applicable")]
303
span: Span,
304
#[help]
305
opt_help: Option<()>,
0 commit comments