]> git.lizzy.rs Git - rust.git/commit
remove the FxHashSet since it's not helping us in practice
authorNiko Matsakis <niko@alum.mit.edu>
Sun, 1 Jul 2018 09:51:33 +0000 (05:51 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Sun, 1 Jul 2018 09:53:35 +0000 (05:53 -0400)
commitac5bd5dd2b4abd8eb888f14ea01b59028173c0db
tree66e2fb718e4fea334ea99c4cd778e9eff24a008f
parent6e0cefe3dbbfa981063028078aba94ada0dcb066
remove the FxHashSet since it's not helping us in practice

It turns out that we don't have duplicates, just self-cycles.
src/librustc_mir/borrow_check/nll/constraint_set.rs