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