mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
Add regression test.
This commit is contained in:
parent
b232f6d9fe
commit
6f0ee45502
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user