rust/src/test/ui/parser/issue-17904.stderr

9 lines
301 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
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