Gambling with what breaks and how badly is our pasttime now (#16079)

This commit is contained in:
Fluffy
2023-03-23 22:58:38 +00:00
committed by GitHub
parent f996a324dc
commit 478fe120b2
5 changed files with 58 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
/// gives us the stack trace from CRASH() without ending the current proc.
/// Do not call directly, use the [stack_trace] macro instead.
/proc/_stack_trace(message, file, line)
CRASH("[message] ([file]:[line])")