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 abed96b commit 741a40fCopy full SHA for 741a40f
core/src/future/future.rs
@@ -37,6 +37,7 @@ use crate::task::{Context, Poll};
37
pub trait Future {
38
/// The type of value produced on completion.
39
#[stable(feature = "futures_api", since = "1.36.0")]
40
+ #[rustc_diagnostic_item = "FutureOutput"]
41
type Output;
42
43
/// Attempt to resolve the future to a final value, registering
0 commit comments