|
| 1 | + |
1 | 2 | thread 'main' panicked at tests/pass/panic/catch_panic.rs:LL:CC:
|
2 | 3 | Hello from std::panic
|
3 | 4 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
4 | 5 | note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
|
5 | 6 | Caught panic message (&str): Hello from std::panic
|
| 7 | + |
6 | 8 | thread 'main' panicked at tests/pass/panic/catch_panic.rs:LL:CC:
|
7 | 9 | Hello from std::panic: 1
|
8 | 10 | Caught panic message (String): Hello from std::panic: 1
|
| 11 | + |
9 | 12 | thread 'main' panicked at tests/pass/panic/catch_panic.rs:LL:CC:
|
10 | 13 | Hello from std::panic_any: 2
|
11 | 14 | Caught panic message (String): Hello from std::panic_any: 2
|
| 15 | + |
12 | 16 | thread 'main' panicked at tests/pass/panic/catch_panic.rs:LL:CC:
|
13 | 17 | Box<dyn Any>
|
14 | 18 | Failed to get caught panic message.
|
| 19 | + |
15 | 20 | thread 'main' panicked at tests/pass/panic/catch_panic.rs:LL:CC:
|
16 | 21 | Hello from core::panic
|
17 | 22 | Caught panic message (&str): Hello from core::panic
|
| 23 | + |
18 | 24 | thread 'main' panicked at tests/pass/panic/catch_panic.rs:LL:CC:
|
19 | 25 | Hello from core::panic: 5
|
20 | 26 | Caught panic message (String): Hello from core::panic: 5
|
| 27 | + |
21 | 28 | thread 'main' panicked at tests/pass/panic/catch_panic.rs:LL:CC:
|
22 | 29 | index out of bounds: the len is 3 but the index is 4
|
23 | 30 | Caught panic message (String): index out of bounds: the len is 3 but the index is 4
|
| 31 | + |
24 | 32 | thread 'main' panicked at tests/pass/panic/catch_panic.rs:LL:CC:
|
25 | 33 | attempt to divide by zero
|
26 | 34 | Caught panic message (&str): attempt to divide by zero
|
| 35 | + |
27 | 36 | thread 'main' panicked at RUSTLIB/core/src/ptr/const_ptr.rs:LL:CC:
|
28 | 37 | align_offset: align is not a power-of-two
|
29 | 38 | Caught panic message (&str): align_offset: align is not a power-of-two
|
| 39 | + |
30 | 40 | thread 'main' panicked at tests/pass/panic/catch_panic.rs:LL:CC:
|
31 | 41 | assertion failed: false
|
32 | 42 | Caught panic message (&str): assertion failed: false
|
| 43 | + |
33 | 44 | thread 'main' panicked at tests/pass/panic/catch_panic.rs:LL:CC:
|
34 | 45 | assertion failed: false
|
35 | 46 | Caught panic message (&str): assertion failed: false
|
|
0 commit comments