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

9 lines
251 B
Plaintext
Raw Normal View History

error: expected `where`, `{`, `(`, or `;` after struct name, found keyword `for`
2018-10-20 23:36:17 +03:00
--> $DIR/unsized.rs:15:11
|
LL | struct S1 for type;
2018-10-20 23:36:17 +03:00
| ^^^ expected `where`, `{`, `(`, or `;` after struct name
error: aborting due to previous error