mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-30 20:44:34 +00:00
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.