]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/attrs-with-no-formal-in-generics-1.stderr
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / ui / attributes / attrs-with-no-formal-in-generics-1.stderr
1 error: trailing attribute after generic parameter
2   --> $DIR/attrs-with-no-formal-in-generics-1.rs:9:29
3    |
4 LL | impl<#[rustc_dummy] 'a, 'b, #[oops]> RefIntPair<'a, 'b> {
5    |                             ^^^^^^^ attributes must go before parameters
6
7 error: aborting due to previous error
8