summary refs log tree commit diff
path: root/src/test/ui/issue-28433.stderr
blob: bde01ef374651487b2e35aca8154aff1b72be16d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: expected identifier, found keyword `pub`
  --> $DIR/issue-28433.rs:14:5
   |
LL |     pub duck,
   |     ^^^ expected identifier, found keyword

error: expected one of `(`, `,`, `=`, `{`, or `}`, found `duck`
  --> $DIR/issue-28433.rs:14:9
   |
LL |     pub duck,
   |         ^^^^ expected one of `(`, `,`, `=`, `{`, or `}` here

error: aborting due to 2 previous errors