2019-02-07 14:58:31 +01:00
|
|
|
error: attribute without generic parameters
|
|
|
|
--> $DIR/attribute-with-no-generics-in-parameter-list.rs:1:8
|
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | fn foo<#[attr]>() {}
|
2019-02-07 14:58:31 +01:00
|
|
|
| ^^^^^^^ attributes are only permitted when preceding parameters
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-02-07 14:58:31 +01:00
|
|
|
|