rtprintpanic: clarify that the error is aborting the process
This commit is contained in:
parent
0d56e3eed1
commit
17b7d63fd7
4 changed files with 4 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ macro_rules! rtprintpanic {
|
|||
macro_rules! rtabort {
|
||||
($($t:tt)*) => {
|
||||
{
|
||||
rtprintpanic!("fatal runtime error: {}\n", format_args!($($t)*));
|
||||
rtprintpanic!("fatal runtime error: {}, aborting\n", format_args!($($t)*));
|
||||
crate::sys::abort_internal();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue