mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 15:57:09 +00:00
Use an absolute path to the NUL device While a bare "NUL" *should* be redirected to the NUL device, especially in this simple case, let's be explicit that we aren't opening a file called "NUL" and instead open it directly. This will also set a good example for people copying std code. r? libs