]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/unsized.stderr
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / ui / parser / unsized.stderr
1 error: expected `where`, `{`, `(`, or `;` after struct name, found keyword `for`
2   --> $DIR/unsized.rs:3:11
3    |
4 LL | struct S1 for type;
5    |           ^^^ expected `where`, `{`, `(`, or `;` after struct name
6
7 error: aborting due to previous error
8