1
Fork 0

UPDATE - move SessionDiagnostic from rustc_session to rustc_errors

This commit is contained in:
Jhonny Bill Mena 2022-09-07 09:36:08 -04:00
parent b79b7d8b4e
commit 5b8152807c
16 changed files with 33 additions and 30 deletions

View file

@ -1,6 +1,6 @@
use rustc_errors::{fluent, AddSubdiagnostic, ErrorGuaranteed, Handler};
use rustc_errors::{fluent, AddSubdiagnostic, ErrorGuaranteed, Handler, SessionDiagnostic};
use rustc_macros::{SessionDiagnostic, SessionSubdiagnostic};
use rustc_session::{lint::Level, SessionDiagnostic};
use rustc_session::lint::Level;
use rustc_span::{Span, Symbol};
#[derive(SessionDiagnostic)]