Move Ty accessors to TyExt

This commit is contained in:
Lukas Wirth 2021-04-06 12:36:12 +02:00
parent 002e72a28d
commit 9b4699a9be
14 changed files with 252 additions and 226 deletions

View file

@ -23,7 +23,8 @@ use crate::{
traits::{chalk::from_chalk, FnTrait},
utils::{generics, variant_data, Generics},
AdtId, Binders, CallableDefId, FnPointer, FnSig, FnSubst, InEnvironment, Interner,
ProjectionTyExt, Rawness, Scalar, Substitution, TraitRef, Ty, TyBuilder, TyKind, TypeWalk,
ProjectionTyExt, Rawness, Scalar, Substitution, TraitRef, Ty, TyBuilder, TyExt, TyKind,
TypeWalk,
};
use super::{