mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Rebase fixes
This commit is contained in:
parent
d2c68809ea
commit
8af1dd7337
2 changed files with 6 additions and 14 deletions
|
@ -35,7 +35,7 @@ use hir_ty::{
|
|||
traits::SolutionVariables,
|
||||
ApplicationTy, BoundVar, CallableDefId, Canonical, DebruijnIndex, FnSig, GenericPredicate,
|
||||
InEnvironment, Obligation, ProjectionPredicate, ProjectionTy, Substs, TraitEnvironment, Ty,
|
||||
TyDefId, TyKind, TypeCtor, TyLoweringContext, TypeCtor,
|
||||
TyDefId, TyKind, TypeCtor, TyLoweringContext,
|
||||
};
|
||||
use rustc_hash::FxHashSet;
|
||||
use stdx::impl_from;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue