2019-02-07 03:10:11 -06:00
|
|
|
error: trailing attribute after generic parameter
|
2019-06-29 06:06:22 -05:00
|
|
|
--> $DIR/attrs-with-no-formal-in-generics-2.rs:9:43
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-06-29 06:06:22 -05:00
|
|
|
LL | impl<#[rustc_dummy] 'a, #[rustc_dummy] T, #[oops]> RefAny<'a, T> {}
|
|
|
|
| ^^^^^^^ attributes must go before parameters
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|