rust/library/core/src/panic
Georg Semmler 2c3aeea1ba
Replace some usage of #[rustc_on_unimplemented] with
`#[diagnostic::on_unimplemented]`

This commit replaces those `#[rustc_on_unimplemented]` attributes with
their equivalent `#[diagnostic::on_unimplemented]` where this is
supported (So no filter or any extended option)
2024-01-05 15:23:09 +01:00
..
location.rs Change tracking issue from #76156 to #102911 2022-10-11 06:40:37 +00:00
panic_info.rs avoid triple-backtrace due to panic-during-cleanup 2023-08-27 20:02:46 +02:00
unwind_safe.rs Replace some usage of #[rustc_on_unimplemented] with 2024-01-05 15:23:09 +01:00