We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98bffd commit 8fed1e5Copy full SHA for 8fed1e5
core/src/future/future.rs
@@ -35,7 +35,7 @@ use crate::task::{Context, Poll};
35
pub trait Future {
36
/// The type of value produced on completion.
37
#[stable(feature = "futures_api", since = "1.36.0")]
38
- #[rustc_diagnostic_item = "FutureOutput"]
+ #[cfg_attr(not(bootstrap), lang = "future_output")]
39
type Output;
40
41
/// Attempt to resolve the future to a final value, registering
0 commit comments