Amend experimental thread support warnings

This commit is contained in:
Andy Wang 2022-05-17 00:14:30 +01:00
parent 92145373c3
commit e2002b4c65
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374
16 changed files with 16 additions and 16 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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.