We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SwitchInt
Hypothetically we could have a
SwitchInt { switch_ty: u8, values: [1, 2, 500], ... }
we expect this not to happen, so this is an invariant of MIR that we can check
cc @rust-lang/wg-mir-opt @RalfJung