Lift TraitRef into rustc_type_ir
This commit is contained in:
parent
44c29bd7d1
commit
2baeb9be54
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ use rustc_hir::{Body, FnDecl};
|
|||
use rustc_infer::infer::TyCtxtInferExt;
|
||||
use rustc_lint::{LateContext, LateLintPass};
|
||||
use rustc_middle::ty::{self, AliasTy, ClauseKind, PredicateKind};
|
||||
use rustc_middle::ty::print::PrintTraitRefExt;
|
||||
use rustc_session::declare_lint_pass;
|
||||
use rustc_span::def_id::LocalDefId;
|
||||
use rustc_span::{sym, Span};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue