mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
aac82d9b13
This removes another special case of Switch by replacing it with the more general SwitchInt. While this is more clunky currently, there’s no reason we can’t make it nice (and efficient) to use.