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

9 lines
244 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected item, found `where`
--> $DIR/issue-17904-2.rs:13:24
|
LL | struct Bar<T> { x: T } where T: Copy //~ ERROR expected item, found `where`
| ^^^^^ expected item
error: aborting due to previous error