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
// Machine cleanup. Only do this if all threads have terminated; threads that are still running
270
+
// might cause Stacked Borrows errors (https://github.com/rust-lang/miri/issues/2396).
271
+
if this.have_all_terminated(){
272
+
// Even if all threads have terminated, we have to beware of data races since some threads
273
+
// might not have joined the main thread (https://github.com/rust-lang/miri/issues/2020,
// Machine cleanup. Only do this if all threads have terminated; threads that are still running
471
-
// might cause Stacked Borrows errors (https://github.com/rust-lang/miri/issues/2396).
472
-
if ecx.have_all_terminated(){
473
-
// Even if all threads have terminated, we have to beware of data races since some threads
474
-
// might not have joined the main thread (https://github.com/rust-lang/miri/issues/2020,
0 commit comments