blob: a3cac676189c0f63bca61fe68a7c45a2e67a8e63 [file] [log] [blame]
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