summary refs log tree commit diff
path: root/src/test/ui/parser/issue-20616-3.stderr
blob: b535c7a3267d3bc000290dbcb32a47444f24f8a1 (plain)
1
2
3
4
5
6
7
8
error: expected one of `>`, a const expression, lifetime, or type, found `,`
  --> $DIR/issue-20616-3.rs:13:24
   |
LL | type Type_3<T> = Box<T,,>;
   |                        ^ expected one of `>`, a const expression, lifetime, or type

error: aborting due to previous error