rust/src/test/ui/parser/unsized.stderr

9 lines
250 B
Plaintext
Raw Normal View History

error: expected `where`, `{`, `(`, or `;` after struct name, found keyword `for`
2018-12-25 09:56:47 -06:00
--> $DIR/unsized.rs:5:11
2018-10-20 15:36:17 -05:00
|
LL | struct S1 for type;
2018-10-20 15:36:17 -05:00
| ^^^ expected `where`, `{`, `(`, or `;` after struct name
error: aborting due to previous error