Home
last modified time | relevance | path

Searched defs:panic_impl (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/ui/
Dduplicate_entry_error.rs11 fn panic_impl(info: &PanicInfo) -> ! { in panic_impl() function
/third_party/rust/rust/tests/ui/panic-runtime/auxiliary/
Dpanic-runtime-lang-items.rs11 fn panic_impl(info: &PanicInfo) -> ! { loop {} } in panic_impl() function
/third_party/rust/rust/tests/ui/macros/
Dmacro-comma-behavior.rs13 #[cfg(core)] #[lang = "panic_impl"] fn panic_impl(panic: &core::panic::PanicInfo) -> ! { loop {} } in panic_impl() function
/third_party/rust/rust/library/core/src/
Dpanicking.rs61 fn panic_impl(pi: &PanicInfo<'_>) -> !; in panic_fmt() function
89 fn panic_impl(pi: &PanicInfo<'_>) -> !; in panic_nounwind_fmt() function