]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-20616-3.stderr
Auto merge of #52553 - Pazzaz:vecdeque-append, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-20616-3.stderr
1 error: expected one of `>`, identifier, lifetime, or type, found `,`
2   --> $DIR/issue-20616-3.rs:25:24
3    |
4 LL | type Type_3<T> = Box<T,,>; //~ error: expected one of `>`, identifier, lifetime, or type, found `,`
5    |                        ^ expected one of `>`, identifier, lifetime, or type here
6
7 error: aborting due to previous error
8