]> git.proxmox.com Git - rustc.git/blob - src/test/ui/attributes/attrs-with-no-formal-in-generics-3.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / attributes / attrs-with-no-formal-in-generics-3.stderr
1 error: trailing attribute after generic parameter
2 --> $DIR/attrs-with-no-formal-in-generics-3.rs:8:44
3 |
4 LL | where Q: for <#[allow(unused)] 'a, 'b, #[oops]> Fn(RefIntPair<'a,'b>) -> &'b u32
5 | ^^^^^^^ attributes must go before parameters
6
7 error: aborting due to previous error
8