Skip to content

Commit 71c246f

Browse files
landaireRalfJung
andauthored
Update UNIX OS assertion message
Co-authored-by: Ralf Jung <[email protected]>
1 parent a5820cd commit 71c246f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
446446
self.eval_context_ref().tcx.sess.target.os.as_str(),
447447
"linux" | "macos" | "android"
448448
),
449-
"`{}` is only available for the UNIX target family",
449+
"`{}` is only available for supported UNIX family targets",
450450
name,
451451
);
452452
}

0 commit comments

Comments
 (0)