rust/tests/ui/attributes/attrs-with-no-formal-in-generics-2.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
314 B
Plaintext
Raw Normal View History

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