Sign in
rust
/
rust
/
0883b8cc7926859cd296afde42c5b2d7aaae5ce5
/
.
/
src
/
tools
/
rustfmt
/
tests
/
mod-resolver
/
module-not-found
/
bad_path_attribute
/
lib.rs
blob: 2a63c961be8fc3a9b1426c7fe161759c0bc9a5bb [
file
]
// module resolution fails because the path does not exist.
#[
path
=
"path/to/does_not_exist.rs"
]
mod
a
;