Skip to content

Commit 2089e6c

Browse files
landaireRalfJung
andauthored
Update src/shims/windows/foreign_items.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent e7b8ec2 commit 2089e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/windows/foreign_items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
344344
"CreateThread" => {
345345
this.check_abi(abi, Abi::System { unwind: false })?;
346346

347-
this.handle_unsupported("Miri does not support concurrency on Windows")?;
347+
this.handle_unsupported("can't create threads on Windows")?;
348348
return Ok(EmulateByNameResult::AlreadyJumped);
349349
}
350350

0 commit comments

Comments
 (0)