hotfix: add missing import

This commit is contained in:
Rejyr 2022-08-19 20:04:21 -04:00
parent 6f83ec88e6
commit 32e445af74

View File

@ -1,5 +1,5 @@
use rustc_macros::{SessionDiagnostic, SessionSubdiagnostic};
use rustc_span::Span;
use rustc_span::{Span, Symbol};
#[derive(SessionDiagnostic)]
#[error(lint::malformed_attribute, code = "E0452")]