Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
directory_ownership
/
non-inline-mod-restriction.stderr
blob: 64189bee43f6ebc07f1db8e02340d7d789c86a0c [
file
] [
log
] [
blame
]
error
:
cannot declare a non
-
inline
module
inside a block
unless
it has a path attribute
-->
$DIR
/
non
-
inline
-
mod
-
restriction
.
rs
:
4
:
5
|
LL
|
mod foo
;
|
^^^^^^^^
error
:
aborting due to previous error