summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/ice-const-generic-function-return-ty.stderr
blob: a72f5800a07c35e148cb9da0047293323d31eeac (plain)
1
2
3
4
5
6
7
8
error: expected one of `(`, `::`, `<`, or `>`, found `;`
  --> $DIR/ice-const-generic-function-return-ty.rs:2:46
   |
LL | fn return_ty() -> impl Into<<() as Reexported;
   |                                              ^ expected one of `(`, `::`, `<`, or `>`

error: aborting due to previous error