@@ -8,21 +8,21 @@ Caught panic message (String): Hello from panic: 2
8
8
thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:LL:27
9
9
Failed to get caught panic message.
10
10
thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:LL:27
11
- Caught panic message (String ): Hello from panic: core
11
+ Caught panic message (&str ): Hello from panic: core
12
12
thread 'main' panicked at 'Hello from panic: 5', $DIR/catch_panic.rs:LL:26
13
13
Caught panic message (String): Hello from panic: 5
14
14
thread 'main' panicked at 'Hello from panic: 6', $DIR/catch_panic.rs:LL:26
15
15
Caught panic message (String): Hello from panic: 6
16
16
thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 4', $DIR/catch_panic.rs:LL:33
17
17
Caught panic message (String): index out of bounds: the len is 3 but the index is 4
18
18
thread 'main' panicked at 'attempt to divide by zero', $DIR/catch_panic.rs:LL:33
19
- Caught panic message (String ): attempt to divide by zero
19
+ Caught panic message (&str ): attempt to divide by zero
20
20
thread 'main' panicked at 'align_offset: align is not a power-of-two', $LOC
21
- Caught panic message (String ): align_offset: align is not a power-of-two
21
+ Caught panic message (&str ): align_offset: align is not a power-of-two
22
22
thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:LL:29
23
23
Caught panic message (&str): assertion failed: false
24
24
thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:LL:29
25
25
Caught panic message (&str): assertion failed: false
26
26
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', $LOC
27
- Caught panic message (String ): called `Option::unwrap()` on a `None` value
27
+ Caught panic message (&str ): called `Option::unwrap()` on a `None` value
28
28
Success!
0 commit comments