]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/issues/issue-20616-4.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / issues / issue-20616-4.stderr
CommitLineData
fc512014 1error: expected one of `>`, a const expression, lifetime, or type, found `,`
9fa01778 2 --> $DIR/issue-20616-4.rs:16:34
8faf50e0
XL
3 |
4LL | type Type_4<T> = Type_1_<'static,, T>;
fc512014 5 | ^ expected one of `>`, a const expression, lifetime, or type
ee023bcb
FG
6 |
7help: you might have meant to end the type parameters here
8 |
9LL | type Type_4<T> = Type_1_<'static>,, T>;
10 | +
8faf50e0
XL
11
12error: aborting due to previous error
13