rust/tests/ui/const-generics/ice-const-generic-function-return-ty.rs
2023-01-11 09:32:08 +00:00

6 lines
132 B
Rust

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