]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/bounds-lifetime-where.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / bounds-lifetime-where.stderr
CommitLineData
ee023bcb 1error: expected one of `;`, `=`, `where`, lifetime, or type, found `,`
0731742a 2 --> $DIR/bounds-lifetime-where.rs:8:14
0bf4aa26 3 |
532ac7d7 4LL | type A where , = u8;
ee023bcb 5 | ^ expected one of `;`, `=`, `where`, lifetime, or type
0bf4aa26
XL
6
7error: aborting due to previous error
8