5 lines
109 B
Rust
5 lines
109 B
Rust
fn hello() -> impl use<> Sized {}
|
|
//~^ ERROR precise captures on `impl Trait` are experimental
|
|
|
|
fn main() {}
|