@@ -16,13 +16,27 @@ thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 4'
16
16
Caught panic message (String): index out of bounds: the len is 3 but the index is 4
17
17
thread 'main' panicked at 'attempt to divide by zero', $DIR/catch_panic.rs:67:33
18
18
Caught 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
21
35
thread 'main' panicked at 'align_offset: align is not a power-of-two', $LOC
22
36
Caught 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
24
38
Caught 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
26
40
Caught panic message (&str): assertion failed: false
27
41
thread 'main' panicked at 'attempt to copy from unaligned or null pointer', $LOC
28
42
Caught panic message (String): attempt to copy from unaligned or null pointer
0 commit comments