summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-113110-non-item-at-module-root.stderr
blob: 0789c4548a08e780d610909118198d30a7b16db3 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected item, found `5`
  --> $DIR/issue-113110-non-item-at-module-root.rs:1:2
   |
LL |  5
   |  ^ expected item
   |
   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>

error: aborting due to previous error