Searched refs:into_panic (Results 1 – 4 of 4) sorted by relevance
85 let panic_str = error.into_panic().downcast::<&'static str>().unwrap(); in task_panic_propagates()111 let panic_str = error.into_panic().downcast::<&'static str>().unwrap(); in callback_panic_does_not_kill_worker()
38 let _ = err.into_panic(); in into_panic_panic_caller()
86 pub fn into_panic(self) -> Box<dyn Any + Send + 'static> { in into_panic() method
282 std::panic::resume_unwind(e.into_panic()); in spawn_pinned()