blob: 9099d74ce1be9e846a9d49b4ad192a8b3cceb970 [file] [log] [blame]
error: trailing attribute after type parameters
--> $DIR/attrs-with-no-formal-in-generics-2.rs:9:35
|
LL | impl<#[rustc_1] 'a, #[rustc_2] T, #[oops]> RefAny<'a, T> {}
| ^^^^^^^ attributes must go before parameters
error: aborting due to previous error