mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
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 1 previous error
|
|
|