rust/compiler/rustc_mir_build/src
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
..
build Remove ty arg from compare_const_vals. 2022-06-16 10:52:58 +10:00
thir compare_const_vals: add a special case for certain ranges. 2022-06-16 11:25:34 +10:00
check_unsafety.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
lib.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
lints.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00