]> git.lizzy.rs Git - rust.git/commit
use a BTreeMap instead of an FxHasMap for the skol regions
authorNiko Matsakis <niko@alum.mit.edu>
Mon, 13 Nov 2017 20:37:07 +0000 (15:37 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Fri, 17 Nov 2017 15:32:53 +0000 (10:32 -0500)
commit9877fa048d66e7181a87de889768a67ea5ea3cd4
treeeeac224c8b33e0af7d2d300a35226c7216bc2224
parentff8cd2e42836bc1ccf6fabcec9847e018126128a
use a BTreeMap instead of an FxHasMap for the skol regions

The ordering can affect error msg, and this map is not a high
performance pathway.
src/librustc/infer/higher_ranked/mod.rs
src/librustc/infer/mod.rs
src/librustc/ty/fold.rs