]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/issues/issue-20616-7.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / parser / issues / issue-20616-7.stderr
CommitLineData
fc512014 1error: expected one of `>`, a const expression, lifetime, or type, found `,`
9fa01778 2 --> $DIR/issue-20616-7.rs:28:22
8faf50e0 3 |
9fa01778 4LL | type Type_7 = Box<(),,>;
fc512014 5 | ^ expected one of `>`, a const expression, lifetime, or type
5e7ed085
FG
6 |
7help: you might have meant to end the type parameters here
8 |
9LL | type Type_7 = Box<()>,,>;
10 | +
8faf50e0
XL
11
12error: aborting due to previous error
13