librustc: Stop parsing modes and remove them entirely from the language
This commit is contained in:
@@ -559,7 +559,7 @@ pub fn run_test(force_ignore: bool,
|
||||
|
||||
let mut task = task::task();
|
||||
task.unlinked();
|
||||
task.future_result(|+r| { result_future = Some(r) });
|
||||
task.future_result(|r| { result_future = Some(r) });
|
||||
task.spawn(testfn_cell.take());
|
||||
|
||||
let task_result = result_future.unwrap().recv();
|
||||
|
||||
Reference in New Issue
Block a user