summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/mod-resolver/module-not-found/bad_path_attribute/lib.rs
blob: 2a63c961be8fc3a9b1426c7fe161759c0bc9a5bb (plain)
1
2
3
// module resolution fails because the path does not exist.
#[path = "path/to/does_not_exist.rs"]
mod a;