rust/compiler/rustc_mir
Dylan MacKenzie 2049052cb9 Put floating point arithmetic behind its own feature gate
This refactors handling of `Rvalue::{Unary,Binary}Op` in the
const-checker. Now we `span_bug` if there's an unexpected type in a
primitive operation. This also allows unary negation on
`char` values through the const-checker because it makes the code a bit
cleaner. `char` does not actually support these operations, and if it
did, we could evaluate them at compile-time.
2020-09-25 10:37:52 -07:00
..
src Put floating point arithmetic behind its own feature gate 2020-09-25 10:37:52 -07:00
Cargo.toml update the version of itertools and parking_lot 2020-09-12 08:26:53 +02:00