mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
error: expected `where`, `{`, `(`, or `;` after struct name, found keyword `for`
|
|
--> $DIR/unsized.rs:3:11
|
|
|
|
|
LL | struct S1 for type;
|
|
| ^^^ expected `where`, `{`, `(`, or `;` after struct name
|
|
|
|
error: aborting due to previous error
|
|
|