rust/tests/fail/should-pass/cpp20_rwc_syncs.stderr

21 lines
864 B
Plaintext
Raw Normal View History

2022-06-06 18:00:50 -05:00
error: Undefined Behavior: entering unreachable code
2022-07-24 13:28:45 -05:00
--> $DIR/cpp20_rwc_syncs.rs:LL:CC
2022-06-06 18:00:50 -05:00
|
2022-07-24 13:28:45 -05:00
LL | std::hint::unreachable_unchecked();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ entering unreachable code
2022-06-06 18:00:50 -05:00
|
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
= note: BACKTRACE:
2022-07-24 13:28:45 -05:00
= note: inside `test_cpp20_rwc_syncs` at $DIR/cpp20_rwc_syncs.rs:LL:CC
2022-06-06 18:00:50 -05:00
note: inside `main` at $DIR/cpp20_rwc_syncs.rs:LL:CC
--> $DIR/cpp20_rwc_syncs.rs:LL:CC
|
LL | test_cpp20_rwc_syncs();
| ^^^^^^^^^^^^^^^^^^^^^^
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
error: aborting due to previous error