mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 16:16:46 +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.