We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712ef4e commit 314c4e3Copy full SHA for 314c4e3
compiler/rustc_privacy/src/errors.rs
@@ -58,7 +58,7 @@ pub struct InPublicInterface<'a> {
58
pub descr: DiagnosticArgFromDisplay<'a>,
59
#[label(privacy_visibility_label)]
60
pub vis_span: Span,
61
- #[suggestion(code="", applicability = "maybe-incorrect")]
+ #[suggestion(code = "", applicability = "maybe-incorrect")]
62
pub suggestion: Span,
63
}
64
0 commit comments