2020-08-16 18:31:48 +02:00
|
|
|
thread 'main' panicked at 'Hello from panic: std', $DIR/catch_panic.rs:LL:27
|
2020-10-20 13:27:58 -04:00
|
|
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
2019-11-24 10:24:41 +01:00
|
|
|
Caught panic message (&str): Hello from panic: std
|
2020-08-16 18:31:48 +02:00
|
|
|
thread 'main' panicked at 'Hello from panic: 1', $DIR/catch_panic.rs:LL:26
|
2019-11-24 10:24:41 +01:00
|
|
|
Caught panic message (String): Hello from panic: 1
|
2020-08-16 18:31:48 +02:00
|
|
|
thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:LL:26
|
2019-11-24 10:24:41 +01:00
|
|
|
Caught panic message (String): Hello from panic: 2
|
2020-08-16 18:31:48 +02:00
|
|
|
thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:LL:27
|
|
|
|
Failed to get caught panic message.
|
|
|
|
thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:LL:27
|
2020-10-25 10:00:50 +01:00
|
|
|
Caught panic message (&str): Hello from panic: core
|
2020-08-16 18:31:48 +02:00
|
|
|
thread 'main' panicked at 'Hello from panic: 5', $DIR/catch_panic.rs:LL:26
|
2019-11-28 19:17:43 +01:00
|
|
|
Caught panic message (String): Hello from panic: 5
|
2020-08-16 18:31:48 +02:00
|
|
|
thread 'main' panicked at 'Hello from panic: 6', $DIR/catch_panic.rs:LL:26
|
2019-11-28 19:17:43 +01:00
|
|
|
Caught panic message (String): Hello from panic: 6
|
2020-08-16 18:31:48 +02:00
|
|
|
thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 4', $DIR/catch_panic.rs:LL:33
|
2019-11-29 11:19:15 +01:00
|
|
|
Caught panic message (String): index out of bounds: the len is 3 but the index is 4
|
2020-08-16 18:31:48 +02:00
|
|
|
thread 'main' panicked at 'attempt to divide by zero', $DIR/catch_panic.rs:LL:33
|
2020-10-25 10:00:50 +01:00
|
|
|
Caught panic message (&str): attempt to divide by zero
|
2020-03-08 20:00:40 +01:00
|
|
|
thread 'main' panicked at 'align_offset: align is not a power-of-two', $LOC
|
2020-10-25 10:00:50 +01:00
|
|
|
Caught panic message (&str): align_offset: align is not a power-of-two
|
2020-08-16 18:31:48 +02:00
|
|
|
thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:LL:29
|
2020-02-16 13:47:31 +01:00
|
|
|
Caught panic message (&str): assertion failed: false
|
2020-08-16 18:31:48 +02:00
|
|
|
thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:LL:29
|
2020-02-16 13:47:31 +01:00
|
|
|
Caught panic message (&str): assertion failed: false
|
2019-11-24 10:24:41 +01:00
|
|
|
Success!
|