]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unsized.stderr
Stabilize `param_attrs` in Rust 1.39.0
[rust.git] / src / test / 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