rust/tests/ui/feature-gates/feature-gate-precise-capturing.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
111 B
Rust
Raw Normal View History

2024-06-05 20:18:52 +00:00
fn hello() -> impl Sized + use<> {}
2024-04-04 19:06:30 +00:00
//~^ ERROR precise captures on `impl Trait` are experimental
fn main() {}