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 35b0ea7 commit 36a886aCopy full SHA for 36a886a
std/src/rt.rs
@@ -46,7 +46,7 @@ macro_rules! rtprintpanic {
46
macro_rules! rtabort {
47
($($t:tt)*) => {
48
{
49
- rtprintpanic!("fatal runtime error: {}\n", format_args!($($t)*));
+ rtprintpanic!("fatal runtime error: {}, aborting\n", format_args!($($t)*));
50
crate::sys::abort_internal();
51
}
52
0 commit comments