aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-15 07:50:36 +0100
committerbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-15 07:50:36 +0100
commit8de56ec43e44ee227617de27ba8eddc328a90f5d (patch)
tree81f3523f2d78ac65697489a3ca43c03a768d05bc /crates/ra_ide_api
parentc4e2e36e4c3cdaf5243a4d481221804e2d71bc8e (diff)
parentc8284d8424691dc348af8708abfc2172b7dd5dc5 (diff)
Merge #1532
1532: Some refactorings & update Chalk r=flodiebold a=flodiebold This does some of the renamings proposed in #1515, refactors `InferenceContext` a bit, and does a Cargo update, including fixing the build since I broke it by already pushing an updated branch to my Chalk fork :disappointed: We could also consider switching back to Chalk master; I couldn't reproduce any hangs with the floundering even on the rustc repo... Co-authored-by: Florian Diebold <[email protected]>
Diffstat (limited to 'crates/ra_ide_api')
-rw-r--r--crates/ra_ide_api/src/change.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/src/change.rs b/crates/ra_ide_api/src/change.rs
index 1ba818197..147d2b21d 100644
--- a/crates/ra_ide_api/src/change.rs
+++ b/crates/ra_ide_api/src/change.rs
@@ -302,7 +302,7 @@ impl RootDatabase {
302 hir::db::TraitDatumQuery 302 hir::db::TraitDatumQuery
303 hir::db::StructDatumQuery 303 hir::db::StructDatumQuery
304 hir::db::ImplDatumQuery 304 hir::db::ImplDatumQuery
305 hir::db::SolveQuery 305 hir::db::TraitSolveQuery
306 ]; 306 ];
307 acc.sort_by_key(|it| std::cmp::Reverse(it.1)); 307 acc.sort_by_key(|it| std::cmp::Reverse(it.1));
308 acc 308 acc