4 lines
105 B
Rust

// module resolution fails because the path does not exist.
#[path = "path/to/does_not_exist.rs"]
mod a;