blob: 89de7ee875856dbf1cde19d567565649f8eb3e5a [file] [log] [blame]
error: expected `where`, `{`, `(`, or `;` after struct name, found `for`
--> $DIR/unsized.rs:15:11
|
LL | struct S1 for type; //~ ERROR expected `where`, `{`, `(`, or `;` after struct name, found `for`
| ^^^ expected `where`, `{`, `(`, or `;` after struct name
error: aborting due to previous error