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 6f83ec8 commit 32e445aCopy full SHA for 32e445a
compiler/rustc_lint/src/errors.rs
@@ -1,5 +1,5 @@
1
use rustc_macros::{SessionDiagnostic, SessionSubdiagnostic};
2
-use rustc_span::Span;
+use rustc_span::{Span, Symbol};
3
4
#[derive(SessionDiagnostic)]
5
#[error(lint::malformed_attribute, code = "E0452")]
0 commit comments