We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\\.\NUL
1 parent 9179d9b commit c8d50efCopy full SHA for c8d50ef
tests/run-make/dos-device-input/rmake.rs
@@ -0,0 +1,9 @@
1
+//@ only-windows
2
+// Reason: dos devices are a Windows thing
3
+
4
+use run_make_support::rustc;
5
6
+fn main() {
7
+ rustc().input(r"\\.\NUL").crate_type("staticlib").run();
8
+ rustc().input(r"\\?\NUL").crate_type("staticlib").run();
9
+}
0 commit comments