summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-43196.stderr
blob: 15bbb158cd1ab38d0f1ceddff49770659b94527b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
error: expected `|`, found `}`
  --> $DIR/issue-43196.rs:3:1
   |
LL |     |
   |      - expected `|`
LL | }
   | ^ unexpected token

error: expected item, found `|`
  --> $DIR/issue-43196.rs:5:1
   |
LL | |
   | ^ 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 2 previous errors