You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ GenMC might miss possible behaviors of this code
111
+
|
112
+
= note: BACKTRACE:
113
+
= note: inside closure at RUSTLIB/std/src/rt.rs:LL:CC
114
+
= note: inside closure at RUSTLIB/std/src/sync/once.rs:LL:CC
115
+
= note: inside closure at RUSTLIB/std/src/rt.rs:LL:CC
116
+
102
117
warning: GenMC currently does not model the failure ordering for `compare_exchange`. Due to success ordering 'Acquire', the failure ordering 'Relaxed' is treated like 'Acquire'. Miri with GenMC might miss bugs related to this memory access.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ GenMC might miss possible behaviors of this code
111
+
|
112
+
= note: BACKTRACE:
113
+
= note: inside closure at RUSTLIB/std/src/rt.rs:LL:CC
114
+
= note: inside closure at RUSTLIB/std/src/sync/once.rs:LL:CC
115
+
= note: inside closure at RUSTLIB/std/src/rt.rs:LL:CC
116
+
102
117
warning: GenMC currently does not model the failure ordering for `compare_exchange`. Due to success ordering 'Acquire', the failure ordering 'Relaxed' is treated like 'Acquire'. Miri with GenMC might miss bugs related to this memory access.
0 commit comments