mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
10 lines
379 B
Plaintext
10 lines
379 B
Plaintext
thread 'main' panicked at $DIR/panic-in-cleanup.rs:22:5:
|
|
explicit panic
|
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
|
thread 'main' panicked at $DIR/panic-in-cleanup.rs:16:9:
|
|
BOOM
|
|
stack backtrace:
|
|
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
|
|
panic in a destructor during cleanup
|
|
thread caused non-unwinding panic. aborting.
|