9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
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
|
|
|