Completely remove ConstnessAnd
This commit is contained in:
parent
a848c4ba3f
commit
a9a79f657c
24 changed files with 28 additions and 72 deletions
|
@ -3,7 +3,7 @@ use crate::traits::{self, TraitEngine};
|
|||
use rustc_errors::struct_span_err;
|
||||
use rustc_hir as hir;
|
||||
use rustc_infer::infer::InferCtxt;
|
||||
use rustc_middle::ty::{self, TraitRef, Ty, TyCtxt, WithConstness};
|
||||
use rustc_middle::ty::{self, TraitRef, Ty, TyCtxt};
|
||||
use rustc_middle::ty::{ToPredicate, TypeFoldable};
|
||||
use rustc_session::{DiagnosticMessageId, Limit};
|
||||
use rustc_span::def_id::LOCAL_CRATE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue