We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 => {} _ => {} } }