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
| ------------------------------- the found opaque type
87
87
|
88
-
= note: expected associated type `<Self as C>::new::{opaque#0}`
89
-
found opaque type `impl Future<Output = ()>`
88
+
= note: expected associated type `impl Future<Output = ()>` (trait associated opaque type at <$DIR/drop-location-span-error-rust-2021-incompatible-closure-captures-93117.rs:13:30>)
89
+
found opaque type `impl Future<Output = ()>` (opaque type at <$SRC_DIR/core/src/future/mod.rs:LL:COL>)
90
90
91
91
warning: changes to closure capture in Rust 2021 will affect drop order
0 commit comments