We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Something like this should work:
fn foo() { let mut x = [mut ...]; task::spawn(fn~[move x]() { x += [3]; }): }