Sign in
fuchsia
/
third_party
/
rust
/
thinner-fuchsia-sysroot
/
.
/
src
/
test
/
ui
/
invalid-module-declaration
/
invalid-module-declaration.stderr
blob: 58df416030c541a7611f5c8a96f11769869f14f0 [
file
] [
log
] [
blame
]
error
[
E0583
]:
file
not
found
for
module
`baz`
-->
$DIR
/
auxiliary
/
foo
/
bar
.
rs
:
11
:
9
|
11
|
pub mod baz
;
|
^^^
|
=
help
:
name the file either bar
/
baz
.
rs
or
bar
/
baz
/
mod
.
rs inside the directory
"$DIR/auxiliary/foo"
error
:
aborting due to previous error