Skip to content

Commit 32e445a

Browse files
committed
hotfix: add missing import
1 parent 6f83ec8 commit 32e445a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint/src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use rustc_macros::{SessionDiagnostic, SessionSubdiagnostic};
2-
use rustc_span::Span;
2+
use rustc_span::{Span, Symbol};
33

44
#[derive(SessionDiagnostic)]
55
#[error(lint::malformed_attribute, code = "E0452")]

0 commit comments

Comments
 (0)