You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: the feature `precise_capturing` is incomplete and may not be safe to use and/or cause compiler crashes
2
+
--> $DIR/capture-parent-arg.rs:1:12
3
+
|
4
+
LL | #![feature(precise_capturing)]
5
+
| ^^^^^^^^^^^^^^^^^
6
+
|
7
+
= note: see issue #123432 <https://github.com/rust-lang/rust/issues/123432> for more information
8
+
= note: `#[warn(incomplete_features)]` on by default
9
+
10
+
error: `impl Trait` captures lifetime parameter, but it is not mentioned in `use<...>` precise captures list
0 commit comments