]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/ice-const-generic-function-return-ty.stderr
Auto merge of #106825 - weihanglo:update-cargo, r=weihanglo
[rust.git] / tests / ui / const-generics / ice-const-generic-function-return-ty.stderr
1 error: expected one of `(`, `::`, `<`, or `>`, found `;`
2   --> $DIR/ice-const-generic-function-return-ty.rs:2:46
3    |
4 LL | fn return_ty() -> impl Into<<() as Reexported;
5    |                                              ^ expected one of `(`, `::`, `<`, or `>`
6
7 error: aborting due to previous error
8