]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unsized.stderr
Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus
[rust.git] / src / test / ui / parser / unsized.stderr
1 error: expected `where`, `{`, `(`, or `;` after struct name, found keyword `for`
2   --> $DIR/unsized.rs:5:11
3    |
4 LL | struct S1 for type;
5    |           ^^^ expected `where`, `{`, `(`, or `;` after struct name
6
7 error: aborting due to previous error
8