]> git.lizzy.rs Git - rust.git/blob - src/test/ui/on-unimplemented/expected-comma-found-token.stderr
Add note to src/ci/docker/README.md about multiple docker images
[rust.git] / src / test / ui / on-unimplemented / expected-comma-found-token.stderr
1 error: expected one of `)` or `,`, found `label`
2   --> $DIR/expected-comma-found-token.rs:9:5
3    |
4 LL |     message="the message"
5    |                          -
6    |                          |
7    |                          expected one of `)` or `,`
8    |                          help: missing `,`
9 LL |     label="the label"
10    |     ^^^^^ unexpected token
11
12 error: aborting due to previous error
13