2020-03-08 14:00:40 -05:00
|
|
|
thread 'main' panicked at 'Hello from panic: std', $DIR/catch_panic.rs:50:27
|
2019-11-24 03:24:41 -06:00
|
|
|
Caught panic message (&str): Hello from panic: std
|
2020-03-08 14:00:40 -05:00
|
|
|
thread 'main' panicked at 'Hello from panic: 1', $DIR/catch_panic.rs:51:26
|
2019-11-24 03:24:41 -06:00
|
|
|
Caught panic message (String): Hello from panic: 1
|
2020-03-08 14:00:40 -05:00
|
|
|
thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:52:26
|
2019-11-24 03:24:41 -06:00
|
|
|
Caught panic message (String): Hello from panic: 2
|
2020-03-08 14:00:40 -05:00
|
|
|
thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:53:27
|
2019-11-24 03:51:48 -06:00
|
|
|
Failed get caught panic message.
|
2020-03-08 14:00:40 -05:00
|
|
|
thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:56:27
|
2019-11-28 12:17:43 -06:00
|
|
|
Caught panic message (String): Hello from panic: core
|
2020-03-08 14:00:40 -05:00
|
|
|
thread 'main' panicked at 'Hello from panic: 5', $DIR/catch_panic.rs:57:26
|
2019-11-28 12:17:43 -06:00
|
|
|
Caught panic message (String): Hello from panic: 5
|
2020-03-08 14:00:40 -05:00
|
|
|
thread 'main' panicked at 'Hello from panic: 6', $DIR/catch_panic.rs:58:26
|
2019-11-28 12:17:43 -06:00
|
|
|
Caught panic message (String): Hello from panic: 6
|
2020-03-08 14:00:40 -05:00
|
|
|
thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 4', $DIR/catch_panic.rs:63:33
|
2019-11-29 04:19:15 -06:00
|
|
|
Caught panic message (String): index out of bounds: the len is 3 but the index is 4
|
2020-03-08 14:00:40 -05:00
|
|
|
thread 'main' panicked at 'attempt to divide by zero', $DIR/catch_panic.rs:67:33
|
2019-11-29 04:19:15 -06:00
|
|
|
Caught panic message (String): attempt to divide by zero
|
2020-03-11 13:52:39 -05:00
|
|
|
thread 'main' panicked at 'attempted to instantiate uninhabited type `!`', $LOC
|
|
|
|
Caught panic message (String): attempted to instantiate uninhabited type `!`
|
|
|
|
thread 'main' panicked at 'attempted to instantiate uninhabited type `!`', $LOC
|
|
|
|
Caught panic message (String): attempted to instantiate uninhabited type `!`
|
2020-03-11 09:02:49 -05:00
|
|
|
thread 'main' panicked at 'attempted to leave type `fn()` uninitialized, which is invalid', $LOC
|
|
|
|
Caught panic message (String): attempted to leave type `fn()` uninitialized, which is invalid
|
|
|
|
thread 'main' panicked at 'attempted to zero-initialize type `fn()`, which is invalid', $LOC
|
|
|
|
Caught panic message (String): attempted to zero-initialize type `fn()`, which is invalid
|
|
|
|
thread 'main' panicked at 'attempted to leave type `*const dyn std::marker::Sync` uninitialized, which is invalid', $LOC
|
|
|
|
Caught panic message (String): attempted to leave type `*const dyn std::marker::Sync` uninitialized, which is invalid
|
|
|
|
thread 'main' panicked at 'attempted to zero-initialize type `*mut dyn std::marker::Sync`, which is invalid', $LOC
|
|
|
|
Caught panic message (String): attempted to zero-initialize type `*mut dyn std::marker::Sync`, which is invalid
|
|
|
|
thread 'main' panicked at 'attempted to leave type `&u8` uninitialized, which is invalid', $LOC
|
|
|
|
Caught panic message (String): attempted to leave type `&u8` uninitialized, which is invalid
|
|
|
|
thread 'main' panicked at 'attempted to zero-initialize type `&u8`, which is invalid', $LOC
|
|
|
|
Caught panic message (String): attempted to zero-initialize type `&u8`, which is invalid
|
2020-03-08 14:00:40 -05:00
|
|
|
thread 'main' panicked at 'align_offset: align is not a power-of-two', $LOC
|
|
|
|
Caught panic message (String): align_offset: align is not a power-of-two
|
2020-03-11 09:02:49 -05:00
|
|
|
thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:113:29
|
2020-02-16 06:47:31 -06:00
|
|
|
Caught panic message (&str): assertion failed: false
|
2020-03-11 09:02:49 -05:00
|
|
|
thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:114:29
|
2020-02-16 06:47:31 -06:00
|
|
|
Caught panic message (&str): assertion failed: false
|
2020-02-16 06:55:51 -06:00
|
|
|
thread 'main' panicked at 'attempt to copy from unaligned or null pointer', $LOC
|
|
|
|
Caught panic message (String): attempt to copy from unaligned or null pointer
|
2019-11-24 03:24:41 -06:00
|
|
|
Success!
|