2018-10-28 16:05:07 -07:00
|
|
|
error: expected `where`, `{`, `(`, or `;` after struct name, found keyword `for`
|
2019-01-06 18:33:05 +03:00
|
|
|
--> $DIR/unsized.rs:3:11
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2018-10-28 16:05:07 -07:00
|
|
|
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
|
|
|
|
|