diff options
Diffstat (limited to 'src/test/run-pass/threads-sendsync/task-spawn-move-and-copy.rs')
| -rw-r--r-- | src/test/run-pass/threads-sendsync/task-spawn-move-and-copy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/threads-sendsync/task-spawn-move-and-copy.rs b/src/test/run-pass/threads-sendsync/task-spawn-move-and-copy.rs index 65e2236f2e1..04adacd689c 100644 --- a/src/test/run-pass/threads-sendsync/task-spawn-move-and-copy.rs +++ b/src/test/run-pass/threads-sendsync/task-spawn-move-and-copy.rs @@ -9,6 +9,7 @@ // except according to those terms. // run-pass +#![allow(unused_must_use)] // ignore-emscripten no threads support #![feature(box_syntax)] |
