]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/panic/catch_panic.stderr
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
[rust.git] / src / tools / miri / tests / pass / panic / catch_panic.stderr
1 thread 'main' panicked at 'Hello from panic: std', $DIR/catch_panic.rs:LL:CC
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:CC
5 Caught panic message (String): Hello from panic: 1
6 thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:LL:CC
7 Caught panic message (String): Hello from panic: 2
8 thread 'main' panicked at 'Box<dyn Any>', $DIR/catch_panic.rs:LL:CC
9 Failed to get caught panic message.
10 thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:LL:CC
11 Caught panic message (&str): Hello from panic: core
12 thread 'main' panicked at 'Hello from panic: 5', $DIR/catch_panic.rs:LL:CC
13 Caught panic message (String): Hello from panic: 5
14 thread 'main' panicked at 'Hello from panic: 6', $DIR/catch_panic.rs:LL:CC
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:CC
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:CC
19 Caught panic message (&str): attempt to divide by zero
20 thread 'main' panicked at 'align_offset: align is not a power-of-two', RUSTLIB/core/src/ptr/const_ptr.rs:LL:CC
21 Caught panic message (&str): align_offset: align is not a power-of-two
22 thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:LL:CC
23 Caught panic message (&str): assertion failed: false
24 thread 'main' panicked at 'assertion failed: false', $DIR/catch_panic.rs:LL:CC
25 Caught panic message (&str): assertion failed: false
26 Success!