]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unsized2.stderr
Rollup merge of #59118 - seanmonstar:alias-where-self-ice, r=alexreg
[rust.git] / src / test / ui / parser / unsized2.stderr
1 error: expected expression, found keyword `type`
2   --> $DIR/unsized2.rs:6:7
3    |
4 LL |     f<type>();
5    |       ^^^^ expected expression
6
7 error: aborting due to previous error
8