Change the warning message.

This commit is contained in:
Vytautas Astrauskas
2020-04-19 14:01:56 -07:00
parent 69df2e19de
commit eab38dfe00
+1 -1
View File
@@ -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.",
);