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

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

9 lines
212 B
Plaintext
Raw Normal View History

error: expected item, found keyword `where`
2019-05-31 13:50:04 -07:00
--> $DIR/issue-17904-2.rs:1:24
2018-10-20 23:36:17 +03:00
|
2019-03-09 15:03:44 +03:00
LL | struct Bar<T> { x: T } where T: Copy
2018-10-20 23:36:17 +03:00
| ^^^^^ expected item
error: aborting due to previous error