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.
mut
This compiles on stable/beta/nightly and C is resolved as a constant and not a new binding.
C
const C: u8 = 0; fn main() { match 1u8 { mut C => {} _ => {} } }