]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unsized2.stderr
Auto merge of #101030 - woppopo:const_location, r=scottmcm
[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