UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
This commit is contained in:
parent
b79b7d8b4e
commit
5b8152807c
16 changed files with 33 additions and 30 deletions
|
@ -1,7 +1,7 @@
|
|||
use rustc_errors::{fluent, ErrorGuaranteed, Handler};
|
||||
use rustc_errors::{fluent, ErrorGuaranteed, Handler, SessionDiagnostic};
|
||||
use rustc_macros::SessionDiagnostic;
|
||||
use rustc_middle::ty::{PolyTraitRef, Ty, Unevaluated};
|
||||
use rustc_session::{Limit, SessionDiagnostic};
|
||||
use rustc_session::Limit;
|
||||
use rustc_span::{Span, Symbol};
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue