Amend experimental thread support warnings
This commit is contained in:
parent
92145373c3
commit
e2002b4c65
@ -14,7 +14,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
|
||||
let this = self.eval_context_mut();
|
||||
|
||||
this.tcx.sess.warn(
|
||||
"thread support is experimental and incomplete: weak memory effects are not emulated.",
|
||||
"thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.",
|
||||
);
|
||||
|
||||
// Create the new thread
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
thread '<unnamed>' panicked at 'Hello!', $DIR/simple.rs:LL:CC
|
||||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
Thread 1 starting, will block on mutex
|
||||
Thread 1 reported it has started
|
||||
|
@ -1,3 +1,3 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
Dropping 0
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
warning: thread support is experimental and incomplete: weak memory effects are not emulated.
|
||||
warning: thread support is experimental: weak memory effects are not fully compatible with the Rust atomics memory model.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user