]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/issues/issue-20616-2.stderr
New upstream version 1.61.0+dfsg1
[rustc.git] / src / test / ui / parser / issues / issue-20616-2.stderr
1 error: expected one of `,`, `:`, `=`, or `>`, found `(`
2 --> $DIR/issue-20616-2.rs:12:31
3 |
4 LL | type Type_2 = Type_1_<'static ()>;
5 | ^ expected one of `,`, `:`, `=`, or `>`
6 |
7 help: you might have meant to end the type parameters here
8 |
9 LL | type Type_2 = Type_1_<'static> ()>;
10 | +
11
12 error: aborting due to previous error
13