rust/tests/ui/const-generics/ice-const-generic-function-...

6 lines
132 B
Rust

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