mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Move Ty accessors to TyExt
This commit is contained in:
parent
002e72a28d
commit
9b4699a9be
14 changed files with 252 additions and 226 deletions
|
@ -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::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue