about summary refs log tree commit diff
path: root/src/tools/miri/tests/genmc/fail/loom/buggy_inc.stderr
blob: 290cdf90a0847fa6e6cd5bb030b16918ad2f5a5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Running GenMC Verification...
error: abnormal termination: the program aborted execution
  --> tests/genmc/fail/loom/buggy_inc.rs:LL:CC
   |
LL |             std::process::abort();
   |             ^^^^^^^^^^^^^^^^^^^^^ abnormal termination occurred here
   |
   = note: BACKTRACE:
   = note: inside `miri_start` at tests/genmc/fail/loom/buggy_inc.rs:LL:CC

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

note: add `-Zmiri-genmc-print-genmc-output` to MIRIFLAGS to see the detailed GenMC error report

error: aborting due to 1 previous error