This repository was archived by the owner on Mar 7, 2021. It is now read-only.
This repository was archived by the owner on Mar 7, 2021. It is now read-only.
Print error message in #[panic_implementation] #24
Open
Description
It should be
#[lang = "panic_fmt"]
extern fn panic_fmt(msg: fmt::Arguments, file: &'static str, line: u32, col: u32) -> !;
and possibly also an #[unwind]
or #[unwind(allowed)]
in future definitions of Rust. See libcore's definition and longer discussion in #19 (comment)
Metadata
Metadata
Assignees
Labels
No labels