mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +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.