function panic

fn panic(message: &str) { .. }
Expand

Prints “panic: {message}\n”, prints the backtrace and exits.