mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Move ToChalk -> mapping
This commit is contained in:
parent
743faa21e7
commit
5ca481bbdc
10 changed files with 76 additions and 37 deletions
|
@ -9,7 +9,7 @@ use stdx::panic_context;
|
|||
|
||||
use crate::{
|
||||
db::HirDatabase, AliasEq, AliasTy, Canonical, DomainGoal, Guidance, HirDisplay, InEnvironment,
|
||||
Solution, TraitRefExt, Ty, TyKind, WhereClause, Interner,
|
||||
Interner, Solution, TraitRefExt, Ty, TyKind, WhereClause,
|
||||
};
|
||||
|
||||
/// This controls how much 'time' we give the Chalk solver before giving up.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue