From 4ff5ab52966203b8ad8da96f897566e4a218308a Mon Sep 17 00:00:00 2001 From: Christiaan Dirkx Date: Thu, 6 May 2021 14:03:50 +0200 Subject: Rename `rterr` to `rtprintpanic` --- library/std/src/sys/unix/stack_overflow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/std/src/sys/unix/stack_overflow.rs') diff --git a/library/std/src/sys/unix/stack_overflow.rs b/library/std/src/sys/unix/stack_overflow.rs index 72fd48278bc..81f47a779d3 100644 --- a/library/std/src/sys/unix/stack_overflow.rs +++ b/library/std/src/sys/unix/stack_overflow.rs @@ -102,7 +102,7 @@ mod imp { // If the faulting address is within the guard page, then we print a // message saying so and abort. if guard.start <= addr && addr < guard.end { - rterr!( + rtprintpanic!( "\nthread '{}' has overflowed its stack\n", thread::current().name().unwrap_or("") ); -- cgit 1.4.1-3-g733a5