summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-17904.stderr
blob: a3cac676189c0f63bca61fe68a7c45a2e67a8e63 (plain)
1
2
3
4
5
6
7
8
error: expected one of `:`, `==`, or `=`, found `;`
  --> $DIR/issue-17904.rs:4:33
   |
LL | struct Foo<T> where T: Copy, (T);
   |                                 ^ expected one of `:`, `==`, or `=`

error: aborting due to previous error