2019-11-24 03:24:41 -06:00
|
|
|
thread 'main' panicked at 'Hello from panic: std', $DIR/catch_panic.rs:47:21
|
|
|
|
Caught panic message (&str): Hello from panic: std
|
|
|
|
thread 'main' panicked at 'Hello from panic: 1', $DIR/catch_panic.rs:48:20
|
|
|
|
Caught panic message (String): Hello from panic: 1
|
|
|
|
thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:49:20
|
|
|
|
Caught panic message (String): Hello from panic: 2
|
2019-11-24 03:51:48 -06:00
|
|
|
thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:50:21
|
|
|
|
Failed get caught panic message.
|
2019-11-24 03:24:41 -06:00
|
|
|
Success!
|