summary refs log tree commit diff
path: root/src/test/ui/parser/expected-comma-found-token.stderr
blob: 9a564bb872e38f8103c423ffabcfa9059f03e9ce (plain)
1
2
3
4
5
6
7
8
9
10
error: expected one of `)` or `,`, found `label`
  --> $DIR/expected-comma-found-token.rs:19:5
   |
LL |     message="the message"
   |                          - expected one of `)` or `,` here
LL |     label="the label"
   |     ^^^^^ unexpected token

error: aborting due to previous error