rust/tests/mod-resolver/module-not-found/bad_path_attribute/lib.rs
2022-03-29 23:17:30 -05:00

3 lines
105 B
Rust

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