Skip to content

Commit 39c72db

Browse files
committed
Auto merge of #2026 - jakevossen5:master, r=RalfJung
missing backtick on miri-isolation warning help Just ran into this and figured I could fix it real quick 🙂
2 parents dce1a1b + 559e495 commit 39c72db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ pub fn report_error<'tcx, 'mir>(
150150
UnsupportedInIsolation(_) =>
151151
vec![
152152
(None, format!("pass the flag `-Zmiri-disable-isolation` to disable isolation;")),
153-
(None, format!("or pass `-Zmiri-isolation-error=warn to configure Miri to return an error code from isolated operations (if supported for that operation) and continue with a warning")),
153+
(None, format!("or pass `-Zmiri-isolation-error=warn` to configure Miri to return an error code from isolated operations (if supported for that operation) and continue with a warning")),
154154
],
155155
ExperimentalUb { url, .. } =>
156156
vec![

0 commit comments

Comments
 (0)