blob: 75c0d91ee1791f3dfe1b4aaff419727e1332b256 [file] [log] [blame]
error: trailing attribute after lifetime parameters
--> $DIR/attrs-with-no-formal-in-generics-1.rs:9:25
|
LL | impl<#[rustc_1] 'a, 'b, #[oops]> RefIntPair<'a, 'b> {
| ^^^^^^^
error: aborting due to previous error