Change the warning message.
This commit is contained in:
parent
69df2e19de
commit
eab38dfe00
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
|
|||
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.",
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue