blob: a44700936200d8a87152bc10863b5a007af420fd (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `:`, `==`, or `=`, found `;`
--> $DIR/issue-17904.rs:6:33
|
LL | struct Foo<T> where T: Copy, (T);
| ^ expected one of `:`, `==`, or `=` here
error: aborting due to previous error
|