Add regression test.

This commit is contained in:
Jeffrey Seyfried 2016-09-14 22:40:56 +00:00
parent b232f6d9fe
commit 6f0ee45502

View File

@ -148,3 +148,6 @@ mod test_methods {
fn the(&self);
}
}
#[cfg(any())]
mod nonexistent_file; // Check that unconfigured non-inline modules are not loaded or parsed.