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 `non_lifetime_binders` is incomplete and may not be safe to use and/or cause compiler crashes
2
+
--> $DIR/non-lifetime-via-dyn-builtin.rs:5:12
3
+
|
4
+
LL | #![feature(non_lifetime_binders)]
5
+
| ^^^^^^^^^^^^^^^^^^^^
6
+
|
7
+
= note: see issue #108185 <https://github.com/rust-lang/rust/issues/108185> for more information
8
+
= note: `#[warn(incomplete_features)]` on by default
warning: the feature `non_lifetime_binders` is incomplete and may not be safe to use and/or cause compiler crashes
2
+
--> $DIR/non-lifetime-via-dyn-builtin.rs:5:12
3
+
|
4
+
LL | #![feature(non_lifetime_binders)]
5
+
| ^^^^^^^^^^^^^^^^^^^^
6
+
|
7
+
= note: see issue #108185 <https://github.com/rust-lang/rust/issues/108185> for more information
8
+
= note: `#[warn(incomplete_features)]` on by default
0 commit comments