-
-
Save cramertj/cc2f82e67ac8f2a64bd35f5548c63b9b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest | |
Documenting bt_gap v0.1.0 (/usr/local/google/home/cramertj/src/fuchsia/garnet/bin/bluetooth/bt-gap) | |
error: `[AsyncRead]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/io/mod.rs:227:19 | |
| | |
227 | /// Wraps an [`AsyncRead`] in a compatibility wrapper that allows it to be | |
| ^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
note: lint level defined here | |
--> src/main.rs:5:9 | |
| | |
5 | #![deny(warnings)] | |
| ^^^^^^^^ | |
= note: #[deny(intra_doc_link_resolution_failure)] implied by #[deny(warnings)] | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[futures_core::Stream]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:135:20 | |
| | |
135 | /// [`Stream`](futures_core::Stream) | |
| ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[futures_core::Stream]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:138:20 | |
| | |
138 | /// [`Stream`](futures_core::Stream) trait because of limitations | |
| ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryStream]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:134:18 | |
| | |
134 | /// Wraps a [`TryStream`] into a type that implements | |
| ^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryStream]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:137:10 | |
| | |
137 | /// [`TryStream`]s currently do not implement the | |
| ^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[futures_core::Future]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:195:44 | |
| | |
195 | /// The returned value is a [`Future`](futures_core::Future) where the | |
| ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[futures_core::Future::Output]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:196:20 | |
| | |
196 | /// [`Output`](futures_core::Future::Output) type is | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[crate::stream::StreamExt::skip_while]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:233:63 | |
| | |
233 | /// This function is similar to [`StreamExt::skip_while`](crate::stream::StreamExt::skip_while) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[super::StreamExt::for_each_concurrent]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:264:44 | |
| | |
264 | /// [`StreamExt::for_each_concurrent`](super::StreamExt::for_each_concurrent), | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Some]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:362:24 | |
| | |
362 | /// [`Some(item)`](Some) then the stream will yield the value `item`, but if | |
| ^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[None]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:363:25 | |
| | |
363 | /// it resolves to [`None`] then the next value will be produced. | |
| ^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[super::StreamExt::fold]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:407:44 | |
| | |
407 | /// This method is similar to [`fold`](super::StreamExt::fold), but will | |
| ^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:438:44 | |
| | |
438 | /// This stream's `Ok` type must be a [`TryFuture`] with an `Error` type | |
| ^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryStream]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_stream/mod.rs:504:18 | |
| | |
504 | /// Wraps a [`TryStream`] into a stream compatible with libraries using | |
| ^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Unpin]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:140:20 | |
| | |
140 | /// [`!Unpin`](Unpin) stream, you'll first have to pin the stream. This can | |
| ^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Stream]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:139:14 | |
| | |
139 | /// the [`Stream`] type must be [`Unpin`]. If you want to use `next` with a | |
| ^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Unpin]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:139:38 | |
| | |
139 | /// the [`Stream`] type must be [`Unpin`]. If you want to use `next` with a | |
| ^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Box::pinned]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:141:45 | |
| | |
141 | /// be done by boxing the stream using [`Box::pinned`] or | |
| ^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Unpin]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:173:20 | |
| | |
173 | /// [`!Unpin`](Unpin) stream, you'll first have to pin the stream. This can | |
| ^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[None]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:166:58 | |
| | |
166 | /// If the stream terminates, then the next item is [`None`]. | |
| ^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Stream]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:171:64 | |
| | |
171 | /// Note that because `into_future` moves the stream, the [`Stream`] type | |
| ^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Unpin]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:172:18 | |
| | |
172 | /// must be [`Unpin`]. If you want to use `into_future` with a | |
| ^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Box::pinned]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:174:45 | |
| | |
174 | /// be done by boxing the stream using [`Box::pinned`] or | |
| ^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Stream::poll_next]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:204:23 | |
| | |
204 | /// [`poll_next`](Stream::poll_next). | |
| ^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Some]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:266:24 | |
| | |
266 | /// [`Some(item)`](Some) then the stream will yield the value `item`, but if | |
| ^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[None]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:267:25 | |
| | |
267 | /// it resolves to [`None`] then the next value will be produced. | |
| ^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[std::iter::Extend]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:367:20 | |
| | |
367 | /// [`Extend`](std::iter::Extend) trait. | |
| ^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[StreamExt::for_each]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:564:29 | |
| | |
564 | /// This is similar to [`StreamExt::for_each`], but the futures | |
| ^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Stream::poll_next]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:661:47 | |
| | |
661 | /// Fuse a stream such that [`poll_next`](Stream::poll_next) will never | |
| ^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Stream::poll_next]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:665:23 | |
| | |
665 | /// [`poll_next`](Stream::poll_next) any further calls could exhibit bad | |
| ^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Stream::poll_next]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:667:28 | |
| | |
667 | /// that [`poll_next`](Stream::poll_next) may be called after stream | |
| ^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Stream::poll_next]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:671:27 | |
| | |
671 | /// The [`poll_next`](Stream::poll_next) method of a `fuse`d stream | |
| ^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[None]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:664:47 | |
| | |
664 | /// Normally, once a stream has returned [`None`] from | |
| ^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[None]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:672:34 | |
| | |
672 | /// is guaranteed to return [`None`] after the underlying stream has | |
| ^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Stream]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:747:59 | |
| | |
747 | /// after-the fact. To assist using this method, the [`Stream`] trait is | |
| ^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Stream]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:749:10 | |
| | |
749 | /// [`Stream`]. | |
| ^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Stream::poll_next]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:1033:43 | |
| | |
1033 | /// A convenience method for calling [`Stream::poll_next`] on [`Unpin`] | |
| ^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Unpin]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/stream/mod.rs:1033:68 | |
| | |
1033 | /// A convenience method for calling [`Stream::poll_next`] on [`Unpin`] | |
| ^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[SpawnExt::spawn_with_handle]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:22:43 | |
| | |
22 | /// You can use [`spawn_with_handle`](SpawnExt::spawn_with_handle) if | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Result]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:19:32 | |
| | |
19 | /// This method returns a [`Result`] that contains a [`SpawnError`] if | |
| ^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[SpawnError]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:19:59 | |
| | |
19 | /// This method returns a [`Result`] that contains a [`SpawnError`] if | |
| ^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Result]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:52:32 | |
| | |
52 | /// This method returns a [`Result`] that contains a [`RemoteHandle`], or, if | |
| ^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[RemoteHandle]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:52:59 | |
| | |
52 | /// This method returns a [`Result`] that contains a [`RemoteHandle`], or, if | |
| ^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[SpawnError]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:53:28 | |
| | |
53 | /// spawning fails, a [`SpawnError`]. [`RemoteHandle`] is a future that | |
| ^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[RemoteHandle]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:53:44 | |
| | |
53 | /// spawning fails, a [`SpawnError`]. [`RemoteHandle`] is a future that | |
| ^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Spawn]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:82:18 | |
| | |
82 | /// Wraps a [`Spawn`] and makes it usable as a futures 0.1 `Executor`. | |
| ^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[AsyncWrite]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/io/mod.rs:300:19 | |
| | |
300 | /// Wraps an [`AsyncWrite`] in a compatibility wrapper that allows it to be | |
| ^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Sink]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/sink/mod.rs:253:18 | |
| | |
253 | /// Wraps a [`Sink`] into a sink compatible with libraries using | |
| ^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[futures::future::Executor]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/compat/executor.rs:21:45 | |
| | |
21 | /// Converts a futures 0.1 [`Executor`](futures::future::Executor) into a | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[futures_core::task::Spawn]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/compat/executor.rs:22:31 | |
| | |
22 | /// futures 0.3 [`Spawn`](futures_core::task::Spawn). | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[futures::stream::Stream]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/compat/stream01ext.rs:9:41 | |
| | |
9 | /// [`Stream<Item = T, Error = E>`](futures::stream::Stream) | |
| ^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[futures_core::stream::Stream]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/compat/stream01ext.rs:11:41 | |
| | |
11 | /// [`Stream<Item = Result<T, E>>`](futures_core::stream::Stream). | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[futures::future::Future]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/compat/future01ext.rs:9:41 | |
| | |
9 | /// [`Future<Item = T, Error = E>`](futures::future::Future) | |
| ^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[futures_core::future::Future]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/compat/future01ext.rs:11:43 | |
| | |
11 | /// [`Future<Output = Result<T, E>>`](futures_core::future::Future). | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[SpawnExt::spawn_with_handle]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:100:43 | |
| | |
100 | /// You can use [`spawn_with_handle`](SpawnExt::spawn_with_handle) if | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Result]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:97:32 | |
| | |
97 | /// This method returns a [`Result`] that contains a [`SpawnError`] if | |
| ^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[SpawnError]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:97:59 | |
| | |
97 | /// This method returns a [`Result`] that contains a [`SpawnError`] if | |
| ^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Result]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:131:32 | |
| | |
131 | /// This method returns a [`Result`] that contains a [`RemoteHandle`], or, if | |
| ^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[RemoteHandle]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:131:59 | |
| | |
131 | /// This method returns a [`Result`] that contains a [`RemoteHandle`], or, if | |
| ^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[SpawnError]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:132:28 | |
| | |
132 | /// spawning fails, a [`SpawnError`]. [`RemoteHandle`] is a future that | |
| ^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[RemoteHandle]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/task/spawn.rs:132:44 | |
| | |
132 | /// spawning fails, a [`SpawnError`]. [`RemoteHandle`] is a future that | |
| ^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Sink]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:65:22 | |
| | |
65 | /// future is a [`Sink`]. | |
| ^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture::Ok]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:106:54 | |
| | |
106 | /// This method can be used to change the [`Ok`](TryFuture::Ok) type of the | |
| ^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFutureExt::map_ok]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:131:28 | |
| | |
131 | /// Calling [`map_ok`](TryFutureExt::map_ok) on an errored future has no | |
| ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Result::map]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:107:61 | |
| | |
107 | /// future into a different type. It is similar to the [`Result::map`] | |
| ^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Ok]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:112:16 | |
| | |
112 | /// to an [`Ok`]. If it resolves to an [`Err`], panics, or is dropped, then | |
| ^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Err]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:112:45 | |
| | |
112 | /// to an [`Ok`]. If it resolves to an [`Err`], panics, or is dropped, then | |
| ^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture::Error]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:153:57 | |
| | |
153 | /// This method can be used to change the [`Error`](TryFuture::Error) type | |
| ^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture::Error]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:156:53 | |
| | |
156 | /// ensure that futures have the same [`Error`](TryFuture::Error) type when | |
| ^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFutureExt::map_err]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:179:29 | |
| | |
179 | /// Calling [`map_err`](TryFutureExt::map_err) on a successful future has | |
| ^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Result::map_err]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:155:10 | |
| | |
155 | /// [`Result::map_err`] method. You can use this method for example to | |
| ^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[select]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:157:16 | |
| | |
157 | /// using [`select!`] or [`join!`]. | |
| ^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[join]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:157:31 | |
| | |
157 | /// using [`select!`] or [`join!`]. | |
| ^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Err]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:160:16 | |
| | |
160 | /// to an [`Err`]. If it resolves to an [`Ok`], panics, or is dropped, then | |
| ^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Ok]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:160:46 | |
| | |
160 | /// to an [`Err`]. If it resolves to an [`Ok`], panics, or is dropped, then | |
| ^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture::Error]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:199:38 | |
| | |
199 | /// Maps this future's [`Error`](TryFuture::Error) to a new error type | |
| ^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[std::convert::Into]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:200:28 | |
| | |
200 | /// using the [`Into`](std::convert::Into) trait. | |
| ^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFutureExt::map_err]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:204:36 | |
| | |
204 | /// error. Just as [`map_err`](TryFutureExt::map_err), this is useful for | |
| ^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture::Error]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:205:64 | |
| | |
205 | /// example to ensure that futures have the same [`Error`](TryFuture::Error) | |
| ^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Result]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:203:10 | |
| | |
203 | /// [`Result`]: It lets the compiler infer the type of the resulting | |
| ^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[select]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:206:26 | |
| | |
206 | /// type when using [`select!`] or [`join!`]. | |
| ^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[join]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:206:41 | |
| | |
206 | /// type when using [`select!`] or [`join!`]. | |
| ^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture::Error]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:235:19 | |
| | |
235 | /// [`Error`](TryFuture::Error) type of this future and the future | |
| ^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFutureExt::and_then]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:254:30 | |
| | |
254 | /// Calling [`and_then`](TryFutureExt::and_then) on an errored future has no | |
| ^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Ok]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:233:16 | |
| | |
233 | /// to an [`Ok`]. If this future resolves to an [`Err`], panics, or is | |
| ^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Err]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:233:54 | |
| | |
233 | /// to an [`Ok`]. If this future resolves to an [`Err`], panics, or is | |
| ^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture::Ok]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:281:16 | |
| | |
281 | /// [`Ok`](TryFuture::Ok) type of this future and the future returned by `f` | |
| ^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFutureExt::or_else]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:300:29 | |
| | |
300 | /// Calling [`or_else`](TryFutureExt::or_else) on a successful future has | |
| ^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Err]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:279:16 | |
| | |
279 | /// to an [`Err`]. If this future resolves to an [`Ok`], panics, or is | |
| ^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Ok]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:279:55 | |
| | |
279 | /// to an [`Err`]. If this future resolves to an [`Ok`], panics, or is | |
| ^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture::Ok]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:448:16 | |
| | |
448 | /// [`Ok`](TryFuture::Ok) type as its | |
| ^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[std::future::Future::Output]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:449:20 | |
| | |
449 | /// [`Output`](std::future::Future::Output) type. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Result::unwrap_or_else]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:456:40 | |
| | |
456 | /// This method is similar to the [`Result::unwrap_or_else`] method. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:477:18 | |
| | |
477 | /// Wraps a [`TryFuture`] into a future compatable with libraries using | |
| ^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[std::future::Future]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:487:20 | |
| | |
487 | /// [`Future`](std::future::Future). | |
| ^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[std::future::Future]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:490:20 | |
| | |
490 | /// [`Future`](std::future::Future) trait due to limitations of the | |
| ^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:486:18 | |
| | |
486 | /// Wraps a [`TryFuture`] into a type that implements | |
| ^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFuture]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:489:10 | |
| | |
489 | /// [`TryFuture`]s currently do not implement the | |
| ^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Ok]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:527:52 | |
| | |
527 | /// When used on multiple futures that return [`Ok`], `try_join` will return | |
| ^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[Ok]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:528:10 | |
| | |
528 | /// [`Ok`] of a tuple of the values: | |
| ^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFutureExt::try_join]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:566:30 | |
| | |
566 | /// Same as [`try_join`](TryFutureExt::try_join), but with more futures. | |
| ^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFutureExt::try_join]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:596:30 | |
| | |
596 | /// Same as [`try_join`](TryFutureExt::try_join), but with more futures. | |
| ^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: `[TryFutureExt::try_join]` cannot be resolved, ignoring it... | |
--> /usr/local/google/home/cramertj/.cargo/git/checkouts/futures-rs-3cb6df2ed2f884c5/da2c68c/futures-util/src/try_future/mod.rs:629:30 | |
| | |
629 | /// Same as [`try_join`](TryFutureExt::try_join), but with more futures. | |
| ^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring | |
| | |
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` | |
error: Could not document `bt_gap`. | |
Caused by: | |
process didn't exit successfully: `rustdoc --edition=2018 --crate-name bt_gap src/main.rs --color never --target x86_64-fuchsia -o /usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/doc -L dependency=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps -L dependency=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/debug/deps --extern failure=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfailure-ca38a06f7a1c5f8a.rmeta --extern fdio=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfdio-c441a8cb55f74097.rmeta --extern fidl=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfidl-688d016b6401513d.rmeta --extern fidl_fuchsia_bluetooth=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfidl_fuchsia_bluetooth-2af81db52e2ebf77.rmeta --extern fidl_fuchsia_bluetooth_bredr=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfidl_fuchsia_bluetooth_bredr-9bae031e5a9fc683.rmeta --extern fidl_fuchsia_bluetooth_control=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfidl_fuchsia_bluetooth_control-e15bb11b659d7e15.rmeta --extern fidl_fuchsia_bluetooth_gatt=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfidl_fuchsia_bluetooth_gatt-b9ac5190045894ee.rmeta --extern fidl_fuchsia_bluetooth_host=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfidl_fuchsia_bluetooth_host-11b2c1b65d390a6f.rmeta --extern fidl_fuchsia_bluetooth_le=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfidl_fuchsia_bluetooth_le-541a702d23ac939d.rmeta --extern fuchsia_zircon=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfuchsia_zircon-56a6248a9de34d07.rmeta --extern fuchsia_app=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfuchsia_app-e3764bf14939dffa.rmeta --extern fuchsia_async=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfuchsia_async-166b7ccb6c0fc777.rmeta --extern fuchsia_bluetooth=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfuchsia_bluetooth-9b0c13da981f7ee5.rmeta --extern fuchsia_syslog=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfuchsia_syslog-f2e22e735d37cb83.rmeta --extern fuchsia_vfs_watcher=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfuchsia_vfs_watcher-54167d6fe82ad20c.rmeta --extern futures=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libfutures-0c09587253dd5718.rmeta --extern log=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/liblog-724aa11f679acc33.rmeta --extern parking_lot=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libparking_lot-5bf9919fefdc9c5b.rmeta --extern slab=/usr/local/google/home/cramertj/src/fuchsia/garnet/../out/cargo_target/x86_64-fuchsia/debug/deps/libslab-b839cb1526e501f6.rmeta` (exit code: 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment