We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rusti> struct Foo { a: uint } () rusti> enum Foobar { A(int) } () rusti> match Foo { a: 5 } { A(_) => {} _ => {} } error: internal compiler error: extract_variant_args: pattern has non-enum type