about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/breakpoint.stderr
blob: 1963e9c9ec1459b737c432d9bde39f8623bac927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: abnormal termination: trace/breakpoint trap
  --> tests/fail/breakpoint.rs:LL:CC
   |
LL |     core::intrinsics::breakpoint();
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ abnormal termination occurred here
   |
   = note: BACKTRACE:
   = note: inside `main` at tests/fail/breakpoint.rs:LL:CC

note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace

error: aborting due to 1 previous error