]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/breakpoint.stderr
Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-2022-12-14
[rust.git] / src / tools / miri / tests / fail / breakpoint.stderr
1 error: abnormal termination: Trace/breakpoint trap
2   --> $DIR/breakpoint.rs:LL:CC
3    |
4 LL |         core::intrinsics::breakpoint()
5    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Trace/breakpoint trap
6    |
7    = note: inside `main` at $DIR/breakpoint.rs:LL:CC
8
9 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
10
11 error: aborting due to previous error
12