rust/compiler/rustc_mir
Tomasz Miąsko 49c5862cf6 Disable MatchBranchSimplification
This optimization can result in unsoundness, because it introduces
additional uses of a place holding the discriminant value without
ensuring that it is valid to do so.
2020-11-06 14:10:28 -05:00
..
src Disable MatchBranchSimplification 2020-11-06 14:10:28 -05:00
Cargo.toml update the version of itertools and parking_lot 2020-09-12 08:26:53 +02:00