mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
hotfix: add missing import
This commit is contained in:
parent
6f83ec88e6
commit
32e445af74
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user