mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
Change the warning message.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ fn pthread_create(
|
||||
let this = self.eval_context_mut();
|
||||
|
||||
this.tcx.sess.warn(
|
||||
"The thread support is experimental. \
|
||||
"thread support is experimental. \
|
||||
For example, Miri does not detect data races yet.",
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user