mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
8e74c6b137
modules/mod_file_disambig.rs add fix
6 lines
172 B
Rust
6 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() {}
|