]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/bounds-lifetime.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / parser / bounds-lifetime.stderr
CommitLineData
ba9703b0 1error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
0731742a 2 --> $DIR/bounds-lifetime.rs:9:14
0bf4aa26 3 |
532ac7d7 4LL | type A = for<,> fn();
ba9703b0 5 | ^ expected one of `#`, `>`, `const`, identifier, or lifetime
0bf4aa26
XL
6
7error: aborting due to previous error
8