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

9 lines
319 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
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