5 lines
172 B
Rust
5 lines
172 B
Rust
//! related issue <https://github.com/rust-lang/rust/issues/4116>
|
|
|
|
mod mod_file_disambig_aux; //~ ERROR file for module `mod_file_disambig_aux` found at both
|
|
|
|
fn main() {}
|