@@ -16,27 +16,11 @@ 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 `!`
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
35
19
thread 'main' panicked at 'align_offset: align is not a power-of-two', $LOC
36
20
Caught 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
38
22
Caught 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
40
24
Caught panic message (&str): assertion failed: false
41
25
thread 'main' panicked at 'attempt to copy from unaligned or null pointer', $LOC
42
26
Caught panic message (String): attempt to copy from unaligned or null pointer
0 commit comments