]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/weak_memory/racing_mixed_size.stderr
Rollup merge of #101118 - devnexen:fs_getmode_bsd, r=Mark-Simulacrum
[rust.git] / src / tools / miri / tests / fail / weak_memory / racing_mixed_size.stderr
1 error: unsupported operation: racy imperfectly overlapping atomic access is not possible in the C++20 memory model, and not supported by Miri's weak memory emulation
2   --> $DIR/racing_mixed_size.rs:LL:CC
3    |
4 LL |             std::intrinsics::atomic_load_relaxed(hi);
5    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ racy imperfectly overlapping atomic access is not possible in the C++20 memory model, and not supported by Miri's weak memory emulation
6    |
7    = help: this is likely not a bug in the program; it indicates that the program performed an operation that the interpreter does not support
8    = note: BACKTRACE:
9    = note: inside closure at $DIR/racing_mixed_size.rs:LL:CC
10
11 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
12
13 error: aborting due to previous error
14