mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 14:49:35 +00:00
Windows 11 no longer turn paths ending with dos device names into device paths. E.g. `C:\path\to\COM1.txt` used to get turned into `\\.\COM1`. Whereas now the path is left as is.