rust/tests/ui/panics/panic-in-ffi.run.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
308 B
Plaintext
Raw Permalink Normal View History

2024-08-28 12:00:21 -05:00
thread 'main' panicked at $DIR/panic-in-ffi.rs:21:5:
Test
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2024-08-28 12:00:21 -05:00
Noisy Drop
2024-08-02 06:34:54 -05:00
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
panic in a function that cannot unwind
stack backtrace:
thread caused non-unwinding panic. aborting.