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
109 B
Rust
Raw Normal View History

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