mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Align InferenceVar
to Chalk
This commit is contained in:
parent
d280538174
commit
768ee3e47a
4 changed files with 48 additions and 34 deletions
|
@ -42,7 +42,7 @@ use crate::{db::HirDatabase, display::HirDisplay, utils::generics};
|
|||
pub use autoderef::autoderef;
|
||||
pub use builder::TyBuilder;
|
||||
pub use chalk_ext::{ProjectionTyExt, TyExt};
|
||||
pub use infer::{could_unify, InferenceResult, InferenceVar};
|
||||
pub use infer::{could_unify, InferenceResult};
|
||||
pub use lower::{
|
||||
associated_type_shorthand_candidates, callable_item_sig, CallableDefId, ImplTraitLoweringMode,
|
||||
TyDefId, TyLoweringContext, ValueTyDefId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue