summaryrefslogtreecommitdiffstats
path: root/tests/ui/panics/panic-in-cleanup.run.stderr
blob: e7def11b0e948a7f0fe3d806fa34ef26bf102e1e (plain)
1
2
3
4
5
6
7
8
9
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.