Y
Hacker News
new
|
ask
|
show
|
jobs
by
steveklabnik
3350 days ago
By default, rust's panics _do_ unwind the stack. However, you can also set a flag to compile them as an abort instead. Stack traces are still useful in that case.