Add regression test.
This commit is contained in:
parent
b232f6d9fe
commit
6f0ee45502
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue