@@ -16,13 +16,27 @@ thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 4'
1616Caught panic message (String): index out of bounds: the len is 3 but the index is 4
1717thread 'main' panicked at 'attempt to divide by zero', $DIR/catch_panic.rs:67:33
1818Caught panic message (String): attempt to divide by zero
19- thread 'main' panicked at 'Attempted to instantiate uninhabited type !', $LOC
20- Caught panic message (String): Attempted to instantiate uninhabited type !
19+ thread 'main' panicked at 'attempted to instantiate uninhabited type `!`', $LOC
20+ Caught panic message (String): attempted to instantiate uninhabited type `!`
21+ thread 'main' panicked at 'attempted to instantiate uninhabited type `!`', $LOC
22+ Caught panic message (String): attempted to instantiate uninhabited type `!`
23+ thread 'main' panicked at 'attempted to leave type `fn()` uninitialized, which is invalid', $LOC
24+ Caught panic message (String): attempted to leave type `fn()` uninitialized, which is invalid
25+ thread 'main' panicked at 'attempted to zero-initialize type `fn()`, which is invalid', $LOC
26+ Caught panic message (String): attempted to zero-initialize type `fn()`, which is invalid
27+ thread 'main' panicked at 'attempted to leave type `*const dyn std::marker::Sync` uninitialized, which is invalid', $LOC
28+ Caught panic message (String): attempted to leave type `*const dyn std::marker::Sync` uninitialized, which is invalid
29+ thread 'main' panicked at 'attempted to zero-initialize type `*mut dyn std::marker::Sync`, which is invalid', $LOC
30+ Caught panic message (String): attempted to zero-initialize type `*mut dyn std::marker::Sync`, which is invalid
31+ thread 'main' panicked at 'attempted to leave type `&u8` uninitialized, which is invalid', $LOC
32+ Caught panic message (String): attempted to leave type `&u8` uninitialized, which is invalid
33+ thread 'main' panicked at 'attempted to zero-initialize type `&u8`, which is invalid', $LOC
34+ Caught panic message (String): attempted to zero-initialize type `&u8`, which is invalid
2135thread 'main' panicked at 'align_offset: align is not a power-of-two', $LOC
2236Caught panic message (String): align_offset: align is not a power-of-two
23- thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:82 :29
37+ thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:113 :29
2438Caught panic message (&str): assertion failed: false
25- thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:83 :29
39+ thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:114 :29
2640Caught panic message (&str): assertion failed: false
2741thread 'main' panicked at 'attempt to copy from unaligned or null pointer', $LOC
2842Caught panic message (String): attempt to copy from unaligned or null pointer
0 commit comments