2018-10-28 18:05:07 -05:00
|
|
|
error: expected item, found keyword `where`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-17904-2.rs:3:24
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2018-10-28 18:05:07 -05:00
|
|
|
LL | struct Bar<T> { x: T } where T: Copy //~ ERROR expected item, found keyword `where`
|
2018-10-20 15:36:17 -05:00
|
|
|
| ^^^^^ expected item
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|