Move ToChalk -> mapping

This commit is contained in:
Florian Diebold 2021-04-09 14:15:26 +02:00
parent 743faa21e7
commit 5ca481bbdc
10 changed files with 76 additions and 37 deletions

View file

@ -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.