rust/tests/ui/feature-gates/feature-gate-precise-capturing.rs
2024-06-17 22:35:25 -04:00

5 lines
111 B
Rust

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