rust/tests/ui/directory_ownership/non-inline-mod-restriction.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
216 B
Plaintext
Raw Normal View History

error: cannot declare a non-inline module inside a block unless it has a path attribute
2020-03-09 10:16:00 +00:00
--> $DIR/non-inline-mod-restriction.rs:4:5
2018-08-08 12:28:26 +00:00
|
2019-03-09 12:03:44 +00:00
LL | mod foo;
2020-03-09 10:16:00 +00:00
| ^^^^^^^^
2018-08-08 12:28:26 +00:00
error: aborting due to 1 previous error
2018-08-08 12:28:26 +00:00