I'm pretty surprised that a major bug slipped through the latest rust version: https://github.com/rust-lang/rust/issues/153486
& this is in tokio as well, one of the most heavily used crates!

Breaking change in `std::os::windows::fs::OpenOptionsExt` affecting 1.94.0 · Issue #153486 · rust-lang/rust
This is a regression from stable to stable that affects Tokio's test suite: tokio-rs/tokio#7955 Code I tried this code: use std::os::windows::fs::OpenOptionsExt; pub struct MyCustomOptions { // Pla...