remove outdated comment now that Miri is on CI · qinheping/verify-rust-std@e3f701c (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

qinheping / verify-rust-std Public

forked from model-checking/verify-rust-std

Additional navigation options

Commit e3f701c

Browse files

RalfJungRalfJung

committed

remove outdated comment now that Miri is on CI

1 parent e2c210e commit e3f701c

File tree

1 file changed

0

-

1

lines changed

1 file changed

0

-

1

lines changed

‎std/src/sys/pal/windows/mod.rs‎

Lines changed: 0 additions & 1 deletion

Original file line number Diff line number Diff line change
@@ -346,7 +346,6 @@ pub fn abort_internal() -> ! {
346 346 }
347 347 }
348 348
349 -// miri is sensitive to changes here so check that miri is happy if touching this
350 349 #[cfg(miri)]
351 350 pub fn abort_internal() -> ! {
352 351 crate::intrinsics::abort();

0 commit comments

Comments

(0)