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