]> git.lizzy.rs Git - rust.git/blob - tests/run-pass/catch_panic.stderr
6d905da7febe69452c4f02c55fcfe33131799c59
[rust.git] / tests / run-pass / catch_panic.stderr
1 thread 'main' panicked at 'Hello from panic: std', $DIR/catch_panic.rs:47:21
2 Caught panic message (&str): Hello from panic: std
3 thread 'main' panicked at 'Hello from panic: 1', $DIR/catch_panic.rs:48:20
4 Caught panic message (String): Hello from panic: 1
5 thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:49:20
6 Caught panic message (String): Hello from panic: 2
7 thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:50:21
8 Failed get caught panic message.
9 Success!