]> git.lizzy.rs Git - rust.git/blob - tests/run-pass/panic/catch_panic.stderr
30c7767b5642b6c48cb09971a460757360bd0c83
[rust.git] / tests / run-pass / panic / catch_panic.stderr
1 thread 'main' panicked at 'Hello from panic: std', $DIR/catch_panic.rs:LL:27
2 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
3 Caught panic message (&str): Hello from panic: std
4 thread 'main' panicked at 'Hello from panic: 1', $DIR/catch_panic.rs:LL:26
5 Caught panic message (String): Hello from panic: 1
6 thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:LL:26
7 Caught panic message (String): Hello from panic: 2
8 thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:LL:27
9 Failed to get caught panic message.
10 thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:LL:27
11 Caught panic message (String): Hello from panic: core
12 thread 'main' panicked at 'Hello from panic: 5', $DIR/catch_panic.rs:LL:26
13 Caught panic message (String): Hello from panic: 5
14 thread 'main' panicked at 'Hello from panic: 6', $DIR/catch_panic.rs:LL:26
15 Caught panic message (String): Hello from panic: 6
16 thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 4', $DIR/catch_panic.rs:LL:33
17 Caught panic message (String): index out of bounds: the len is 3 but the index is 4
18 thread 'main' panicked at 'attempt to divide by zero', $DIR/catch_panic.rs:LL:33
19 Caught panic message (String): attempt to divide by zero
20 thread 'main' panicked at 'align_offset: align is not a power-of-two', $LOC
21 Caught panic message (String): align_offset: align is not a power-of-two
22 thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:LL:29
23 Caught panic message (&str): assertion failed: false
24 thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:LL:29
25 Caught panic message (&str): assertion failed: false
26 thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', $LOC
27 Caught panic message (String): called `Option::unwrap()` on a `None` value
28 Success!