blob: 64189bee43f6ebc07f1db8e02340d7d789c86a0c (
plain)
1
2
3
4
5
6
7
8
|
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
|