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