We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0595ef commit 3d6db4dCopy full SHA for 3d6db4d
library/std/src/sys/pal/windows/mod.rs
@@ -330,9 +330,8 @@ pub fn dur2timeout(dur: Duration) -> u32 {
330
///
331
/// In Windows 8 and later, this will terminate the process immediately without
332
/// running any in-process exception handlers. In earlier versions of Windows,
333
-/// this sequence of instructions will be treated as an access violation,
334
-/// terminating the process but without necessarily bypassing all exception
335
-/// handlers.
+/// this sequence of instructions will be treated as an access violation, which
+/// will still terminate the process but might run some exception handlers.
336
337
/// https://docs.microsoft.com/en-us/cpp/intrinsics/fastfail
338
#[cfg(not(miri))] // inline assembly does not work in Miri
0 commit comments