Files
rust/tests/ui/invalid-module-declaration/invalid-module-declaration.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
89 B
Rust
Raw Permalink Normal View History

2017-01-03 12:19:13 +01:00
mod auxiliary {
mod foo;
}
fn main() {}
//~? ERROR file not found for module `baz`