Fallout from stabilization
This commit is contained in:
parent
f67b81e8d4
commit
caca9b2e71
97 changed files with 245 additions and 248 deletions
|
@ -13,7 +13,7 @@
|
|||
use std::thread::Thread;
|
||||
|
||||
fn main() {
|
||||
let r: Result<int,_> = Thread::spawn(move|| {
|
||||
let r: Result<int,_> = Thread::scoped(move|| {
|
||||
panic!("test");
|
||||
1i
|
||||
}).join();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue