rust/compiler/rustc_mir_transform
Tomasz Miąsko ffe067cdfc Return an error when eval_rvalue_with_identities fails
Previously some code paths would fail to evaluate the rvalue, while
incorrectly indicating success with `Ok`. As a result the previous value
of lhs could have been incorrectly const propagated.
2021-12-14 17:09:00 +01:00
..
src Return an error when eval_rvalue_with_identities fails 2021-12-14 17:09:00 +01:00
Cargo.toml Remove re-export. 2021-10-03 16:08:54 +02:00