We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c05ed commit d2ce150Copy full SHA for d2ce150
library/std/src/sys/windows/handle.rs
@@ -299,8 +299,7 @@ impl Handle {
299
// Doing otherwise means that the buffer may be read and the stack
300
// written to after this function returns.
301
c::STATUS_PENDING => {
302
- eprintln!("I/O error: operation failed to complete synchronously");
303
- crate::process::abort();
+ rtabort!("I/O error: operation failed to complete synchronously");
304
}
305
306
// Success!
0 commit comments