hotfix: add missing import
This commit is contained in:
parent
6f83ec88e6
commit
32e445af74
@ -1,5 +1,5 @@
|
|||||||
use rustc_macros::{SessionDiagnostic, SessionSubdiagnostic};
|
use rustc_macros::{SessionDiagnostic, SessionSubdiagnostic};
|
||||||
use rustc_span::Span;
|
use rustc_span::{Span, Symbol};
|
||||||
|
|
||||||
#[derive(SessionDiagnostic)]
|
#[derive(SessionDiagnostic)]
|
||||||
#[error(lint::malformed_attribute, code = "E0452")]
|
#[error(lint::malformed_attribute, code = "E0452")]
|
||||||
|
Loading…
Reference in New Issue
Block a user