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