]> git.proxmox.com Git - rustc.git/blame - 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
CommitLineData
5e7ed085
FG
1error: expected one of `(`, `::`, `<`, or `>`, found `;`
2 --> $DIR/ice-const-generic-function-return-ty.rs:2:46
3 |
4LL | fn return_ty() -> impl Into<<() as Reexported;
5 | ^ expected one of `(`, `::`, `<`, or `>`
6
7error: aborting due to previous error
8