blob: 89de7ee875856dbf1cde19d567565649f8eb3e5a (
plain)
1
2
3
4
5
6
7
8
|
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
|