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
```
error: unresolved link to `select`
--> futures-util/src/future/try_future/mod.rs:272:17
|
272 | /// using [`select!`] or [`join!`].
| ^^^^^^^ no item named `select` in scope
|
= note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
= note: `macro_rules` named `select` exists in this crate, but it is not in scope at this link's location
error: unresolved link to `join`
--> futures-util/src/future/try_future/mod.rs:272:32
|
272 | /// using [`select!`] or [`join!`].
| ^^^^^ no item named `join` in scope
|
= note: `macro_rules` named `join` exists in this crate, but it is not in scope at this link's location
error: unresolved link to `select`
--> futures-util/src/future/try_future/mod.rs:320:27
|
320 | /// type when using [`select!`] or [`join!`].
| ^^^^^^^ no item named `select` in scope
|
= note: `macro_rules` named `select` exists in this crate, but it is not in scope at this link's location
error: unresolved link to `join`
--> futures-util/src/future/try_future/mod.rs:320:42
|
320 | /// type when using [`select!`] or [`join!`].
| ^^^^^ no item named `join` in scope
|
= note: `macro_rules` named `join` exists in this crate, but it is not in scope at this link's location
error: unresolved link to `select`
--> futures-util/src/stream/stream/mod.rs:1802:15
|
1802 | /// the [`select!`] macro.
| ^^^^^^^ no item named `select` in scope
|
= note: `macro_rules` named `select` exists in this crate, but it is not in scope at this link's location
```
0 commit comments