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
118 B
Rust
Raw Normal View History

2022-03-01 00:59:21 +00:00
//@ run-pass
#[path = "auxiliary/dummy_lib.rs"]
2022-03-01 00:59:21 +00:00
mod lib;
#[path = "auxiliary/dummy_lib.rs"]
2022-03-01 00:59:21 +00:00
mod main;
fn main() {}