mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
@@ -92,10 +92,7 @@ upcall_fail(rust_task *task,
|
||||
size_t line) {
|
||||
LOG_UPCALL_ENTRY(task);
|
||||
LOG_ERR(task, upcall, "upcall fail '%s', %s:%" PRIdPTR, expr, file, line);
|
||||
task->die();
|
||||
task->fail();
|
||||
task->notify_tasks_waiting_to_join();
|
||||
task->yield(4);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user