Sign in
rust
/
rustfmt
/
refs/heads/revert-5847-format-header
/
.
/
tests
/
mod-resolver
/
module-not-found
/
bad_path_attribute
/
lib.rs
blob: 2a63c961be8fc3a9b1426c7fe161759c0bc9a5bb [
file
] [
log
] [
blame
]
// module resolution fails because the path does not exist.
#[
path
=
"path/to/does_not_exist.rs"
]
mod
a
;