summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-precise-capturing.rs
blob: 0c3b49776230c2d74ae15be3256fd47de3eb45af (plain)
1
2
3
4
fn hello() -> impl use<> Sized {}
//~^ ERROR precise captures on `impl Trait` are experimental

fn main() {}