rust/tests/ui/modules/special_module_name_ignore.rs

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

10 lines
117 B
Rust
Raw Normal View History

2022-02-28 18:59:21 -06:00
// run-pass
#[path = "auxiliary/dummy_lib.rs"]
2022-02-28 18:59:21 -06:00
mod lib;
#[path = "auxiliary/dummy_lib.rs"]
2022-02-28 18:59:21 -06:00
mod main;
fn main() {}