mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
efea9896f5
Use `trunc nuw`+`br` for 0/1 branches even in optimized builds Rather than needing to use `switch` for them to include the `unreachable` arm.