2019-02-07 10:10:11 +01:00
|
|
|
error: trailing attribute after generic parameter
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/attrs-with-no-formal-in-generics-1.rs:9:25
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | impl<#[rustc_1] 'a, 'b, #[oops]> RefIntPair<'a, 'b> {
|
2019-01-11 19:31:45 -08:00
|
|
|
| ^^^^^^^ attributes must go before parameters
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|