rust/compiler/rustc_mir_build
Nicholas Nethercote 3ab6ef1938 Remove from_bool closure.
The code is clearer and simpler without it. Note that the `a == b` early
return at the top of the function means the `a == b` test at the end of
the function could never succeed.
2022-06-16 10:52:58 +10:00
..
src Remove from_bool closure. 2022-06-16 10:52:58 +10:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00