blob: 2fa03f3cb0bbac2ec89933eb06e6b952e511cc95 [file] [log] [blame] [edit]
error: expected parameter name, found `)`
--> $DIR/attr-without-param.rs:4:17
|
LL | fn f(#[attr]) {}
| ^ expected parameter name
error: expected parameter name, found `)`
--> $DIR/attr-without-param.rs:9:17
|
LL | fn f(#[attr]) {}
| ^ expected parameter name
error: expected argument name, found `)`
--> $DIR/attr-without-param.rs:14:17
|
LL | fn f(#[attr]);
| ^ expected argument name
error: aborting due to 3 previous errors