mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Move ToChalk -> mapping
This commit is contained in:
parent
743faa21e7
commit
5ca481bbdc
10 changed files with 76 additions and 37 deletions
|
@ -17,11 +17,11 @@ use syntax::ast::RangeOp;
|
|||
use crate::{
|
||||
autoderef, dummy_usize_const,
|
||||
lower::lower_to_chalk_mutability,
|
||||
mapping::from_chalk,
|
||||
method_resolution, op,
|
||||
primitive::{self, UintTy},
|
||||
static_lifetime, to_chalk_trait_id,
|
||||
traits::FnTrait,
|
||||
chalk_db::from_chalk,
|
||||
utils::{generics, Generics},
|
||||
AdtId, Binders, CallableDefId, FnPointer, FnSig, FnSubst, InEnvironment, Interner,
|
||||
ProjectionTyExt, Rawness, Scalar, Substitution, TraitRef, Ty, TyBuilder, TyExt, TyKind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue