blob: 7585c6dd738a2a0b6bf670ca44f3b3846c6bdde5 [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> {}
| ^^^^^^^
error: aborting due to previous error