We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b232f6d commit 6f0ee45Copy full SHA for 6f0ee45
src/test/run-pass/conditional-compile.rs
@@ -148,3 +148,6 @@ mod test_methods {
148
fn the(&self);
149
}
150
151
+
152
+#[cfg(any())]
153
+mod nonexistent_file; // Check that unconfigured non-inline modules are not loaded or parsed.
0 commit comments