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

9 lines
245 B
Plaintext
Raw Normal View History

2018-10-20 23:36:17 +03:00
error: expected one of `:`, `==`, or `=`, found `;`
2019-05-31 13:50:04 -07:00
--> $DIR/issue-17904.rs:4:33
2018-10-20 23:36:17 +03:00
|
2019-03-09 15:03:44 +03:00
LL | struct Foo<T> where T: Copy, (T);
2018-10-20 23:36:17 +03:00
| ^ expected one of `:`, `==`, or `=` here
error: aborting due to previous error