]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/attrs-with-no-formal-in-generics-2.stderr
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / ui / attributes / attrs-with-no-formal-in-generics-2.stderr
1 error: trailing attribute after generic parameter
2   --> $DIR/attrs-with-no-formal-in-generics-2.rs:9:43
3    |
4 LL | impl<#[rustc_dummy] 'a, #[rustc_dummy] T, #[oops]> RefAny<'a, T> {}
5    |                                           ^^^^^^^ attributes must go before parameters
6
7 error: aborting due to previous error
8