rust/compiler/rustc_mir_build
Nicholas Nethercote bdbf9b297b compare_const_vals: add a special case for certain ranges.
This commit removes the `a == b` early return, which isn't useful in
practice, and replaces it with one that helps matches with many ranges,
including char ranges.
2022-06-16 11:25:34 +10:00
..
src compare_const_vals: add a special case for certain ranges. 2022-06-16 11:25:34 +10:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00