Chalk integration

- add proper canonicalization logic
 - add conversions from/to Chalk IR
This commit is contained in:
Florian Diebold 2019-04-20 12:34:36 +02:00
parent 6269791d36
commit b9c0c2abb7
14 changed files with 800 additions and 149 deletions

View file

@ -6,7 +6,7 @@ use ra_syntax::ast;
use rustc_hash::FxHashMap;
use crate::{
ModuleDef,
ModuleDef, Trait,
code_model_api::Crate,
MacroCallId,
MacroCallLoc,
@ -18,7 +18,6 @@ use crate::{
expr::{scope::{ExprScopes, ScopeId}, PatId},
impl_block::ImplBlock,
path::Path,
Trait,
};
#[derive(Debug, Clone, Default)]