Completely remove ConstnessAnd

This commit is contained in:
Oli Scherer
2021-10-25 15:58:41 +00:00
committed by Deadbeef
parent a848c4ba3f
commit a9a79f657c
24 changed files with 28 additions and 72 deletions

View File

@@ -6,7 +6,7 @@ use rustc_hir as hir;
use rustc_hir::def_id::DefId;
use rustc_hir::lang_items::LangItem;
use rustc_middle::ty::subst::{GenericArg, GenericArgKind, SubstsRef};
use rustc_middle::ty::{self, ToPredicate, Ty, TyCtxt, TypeFoldable, WithConstness};
use rustc_middle::ty::{self, ToPredicate, Ty, TyCtxt, TypeFoldable};
use rustc_span::Span;
use std::iter;