Address review comment and update chalk to 0.36.0

This commit is contained in:
Matthew Jasper
2020-10-29 22:23:58 +00:00
parent acb6a06123
commit 4d60a80713
4 changed files with 41 additions and 41 deletions

View File

@@ -12,9 +12,9 @@ rustc_hir = { path = "../rustc_hir" }
rustc_index = { path = "../rustc_index" }
rustc_ast = { path = "../rustc_ast" }
rustc_span = { path = "../rustc_span" }
chalk-ir = "0.35.0"
chalk-solve = "0.35.0"
chalk-engine = "0.35.0"
chalk-ir = "0.36.0"
chalk-solve = "0.36.0"
chalk-engine = "0.36.0"
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
rustc_infer = { path = "../rustc_infer" }
rustc_trait_selection = { path = "../rustc_trait_selection" }