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
No known key found for this signature in database
GPG key ID: 6D017A96D8E6C2F9
24 changed files with 28 additions and 72 deletions

View file

@ -9,7 +9,6 @@ use rustc_middle::infer::canonical::{Canonical, CanonicalizedQueryResponse, Quer
use rustc_middle::traits::query::Fallible;
use rustc_middle::ty::subst::SubstsRef;
use rustc_middle::ty::ToPredicate;
use rustc_middle::ty::WithConstness;
use rustc_middle::ty::{self, Ty, TypeFoldable};
use rustc_span::{Span, DUMMY_SP};