2022-03-22 16:06:56 +09:00
|
|
|
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 `>`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-03-22 16:06:56 +09:00
|
|
|
|