rust/tests/ui/parser/issues/issue-17904.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
240 B
Plaintext
Raw Normal View History

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