]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2565-param-attrs/attr-without-param.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / rfc-2565-param-attrs / attr-without-param.stderr
CommitLineData
e1599b0c
XL
1error: expected parameter name, found `)`
2 --> $DIR/attr-without-param.rs:3:17
3 |
4LL | fn f(#[attr]) {}
5 | ^ expected parameter name
6
7error: expected parameter name, found `)`
8 --> $DIR/attr-without-param.rs:8:17
9 |
10LL | fn f(#[attr]) {}
11 | ^ expected parameter name
12
13error: expected argument name, found `)`
14 --> $DIR/attr-without-param.rs:13:17
15 |
16LL | fn f(#[attr]);
17 | ^ expected argument name
18
19error: aborting due to 3 previous errors
20