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