|
1 |
| -thread 'main' panicked at 'Hello from panic: std', $DIR/catch_panic.rs:47:21 |
| 1 | +thread 'main' panicked at 'Hello from panic: std', $DIR/catch_panic.rs:50:21 |
2 | 2 | Caught panic message (&str): Hello from panic: std
|
3 |
| -thread 'main' panicked at 'Hello from panic: 1', $DIR/catch_panic.rs:48:20 |
| 3 | +thread 'main' panicked at 'Hello from panic: 1', $DIR/catch_panic.rs:51:20 |
4 | 4 | Caught panic message (String): Hello from panic: 1
|
5 |
| -thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:49:20 |
| 5 | +thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:52:20 |
6 | 6 | Caught panic message (String): Hello from panic: 2
|
7 |
| -thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:50:21 |
| 7 | +thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:53:21 |
8 | 8 | Failed get caught panic message.
|
9 |
| -thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:52:21 |
| 9 | +thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:56:21 |
10 | 10 | Caught panic message (String): Hello from panic: core
|
11 |
| -thread 'main' panicked at 'Hello from panic: 5', $DIR/catch_panic.rs:53:20 |
| 11 | +thread 'main' panicked at 'Hello from panic: 5', $DIR/catch_panic.rs:57:20 |
12 | 12 | Caught panic message (String): Hello from panic: 5
|
13 |
| -thread 'main' panicked at 'Hello from panic: 6', $DIR/catch_panic.rs:54:20 |
| 13 | +thread 'main' panicked at 'Hello from panic: 6', $DIR/catch_panic.rs:58:20 |
14 | 14 | Caught panic message (String): Hello from panic: 6
|
| 15 | +thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 4', $DIR/catch_panic.rs:61:34 |
| 16 | +Caught panic message (String): index out of bounds: the len is 3 but the index is 4 |
| 17 | +thread 'main' panicked at 'attempt to divide by zero', $DIR/catch_panic.rs:62:34 |
| 18 | +Caught panic message (String): attempt to divide by zero |
15 | 19 | Success!
|
0 commit comments