]> git.proxmox.com Git - rustc.git/blob - src/test/ui/const-generics/ice-const-generic-function-return-ty.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / 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