@@ -16,27 +16,11 @@ 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 `!`
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
3519thread 'main' panicked at 'align_offset: align is not a power-of-two', $LOC
3620Caught panic message (String): align_offset: align is not a power-of-two
37- thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:113 :29
21+ thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:76 :29
3822Caught panic message (&str): assertion failed: false
39- thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:114 :29
23+ thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:77 :29
4024Caught panic message (&str): assertion failed: false
4125thread 'main' panicked at 'attempt to copy from unaligned or null pointer', $LOC
4226Caught panic message (String): attempt to copy from unaligned or null pointer
0 commit comments