9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
error: expected item, found keyword `where`
|
|
--> $DIR/issue-17904-2.rs:1:24
|
|
|
|
|
LL | struct Bar<T> { x: T } where T: Copy
|
|
| ^^^^^ expected item
|
|
|
|
error: aborting due to previous error
|
|
|