]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/rt.rs
Auto merge of #88988 - Mark-Simulacrum:avoid-into-ok, r=nagisa
[rust.git] / library / std / src / rt.rs
index 4d2d46f5aabda0b01f71147827206129ad0195dd..893167e373015ca84c7a7ec242be6c85878991aa 100644 (file)
@@ -16,6 +16,7 @@
 
 // Re-export some of our utilities which are expected by other crates.
 pub use crate::panicking::{begin_panic, begin_panic_fmt, panic_count};
+pub use core::panicking::panic_display;
 
 // To reduce the generated code of the new `lang_start`, this function is doing
 // the real work.