]> git.lizzy.rs Git - rust.git/blob - tests/run-pass/catch_panic.stderr
fix catch_panic.stderr
[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 thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:52:21
10 Caught panic message (String): Hello from panic: core
11 thread 'main' panicked at 'Hello from panic: 5', $DIR/catch_panic.rs:53:20
12 Caught panic message (String): Hello from panic: 5
13 thread 'main' panicked at 'Hello from panic: 6', $DIR/catch_panic.rs:54:20
14 Caught panic message (String): Hello from panic: 6
15 Success!