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.
1 parent 8908596 commit 601d3b0Copy full SHA for 601d3b0
compiler/rustc_privacy/src/errors.rs
@@ -59,7 +59,7 @@ pub struct InPublicInterface<'a> {
59
pub descr: DiagArgFromDisplay<'a>,
60
#[label(privacy_visibility_label)]
61
pub vis_span: Span,
62
- #[suggestion(code="", applicability = "maybe-incorrect")]
+ #[suggestion(code = "", applicability = "maybe-incorrect")]
63
pub suggestion: Span,
64
}
65
0 commit comments