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.
The compiler accepts this code when it definitely shouldn't
fn foo() { let mut a = ~[]; let push = |b: &mut ~[int]| { a.push(b[0]); }; push(&mut a); }
cc @nikomatsakis
Nominating (although this is probably a dupe of an existing issue).