6 lines
132 B
Rust
6 lines
132 B
Rust
// #95163
|
|
fn return_ty() -> impl Into<<() as Reexported;
|
|
//~^ ERROR expected one of `(`, `::`, `<`, or `>`, found `;`
|
|
|
|
fn main() {}
|