We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ca0ae commit b5fb01dCopy full SHA for b5fb01d
library/core/src/panicking.rs
@@ -35,7 +35,8 @@ use crate::panic::{Location, PanicInfo};
35
#[cfg(feature = "panic_immediate_abort")]
36
compile_error!(
37
"panic_immediate_abort is now a real panic strategy! \
38
- Enable it with the compiler flags `-Zunstable-options -Cpanic=immediate-abort`"
+ Enable it with `panic = \"immediate-abort\"` in Cargo.toml, \
39
+ or with the compiler flags `-Zunstable-options -Cpanic=immediate-abort`"
40
);
41
42
// First we define the two main entry points that all panics go through.
0 commit comments