]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/breakpoint.stderr
Auto merge of #103020 - lyming2007:issue-102598-fix, r=jackh726
[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