@@ -8,21 +8,21 @@ Caught panic message (String): Hello from panic: 2
88thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:LL:27
99Failed to get caught panic message.
1010thread '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
1212thread 'main' panicked at 'Hello from panic: 5', $DIR/catch_panic.rs:LL:26
1313Caught panic message (String): Hello from panic: 5
1414thread 'main' panicked at 'Hello from panic: 6', $DIR/catch_panic.rs:LL:26
1515Caught panic message (String): Hello from panic: 6
1616thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 4', $DIR/catch_panic.rs:LL:33
1717Caught panic message (String): index out of bounds: the len is 3 but the index is 4
1818thread '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
2020thread '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
2222thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:LL:29
2323Caught panic message (&str): assertion failed: false
2424thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:LL:29
2525Caught panic message (&str): assertion failed: false
2626thread '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
2828Success!
0 commit comments