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.
This crashes if you try to compile it:
fn main() { let x = some(unsafe::exclusive(false)); match move x { some(ref z) if z.with(|b| *b) => { do z.with |b| { assert *b; } }, _ => fail } }
Related #2329, #3255