chore: update Rust to nightly-2024-01-20
#843
Annotations
3 errors and 1 warning
run rustdoc:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/net/windows/named_pipe.rs#L106
error[E0277]: the trait bound `doc::NotDefinedHere: mio::event::Source` is not satisfied
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/net/windows/named_pipe.rs:106:9
|
106 | io: PollEvented<mio_windows::NamedPipe>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `mio::event::Source` is not implemented for `doc::NotDefinedHere`
|
= help: the following other types implement trait `mio::event::Source`:
std::boxed::Box<T>
mio::unix::SourceFd<'a>
mio::unix::pipe::Sender
mio::unix::pipe::Receiver
mio::io_source::IoSource<T>
mio::net::TcpListener
mio::net::TcpStream
mio::net::UdpSocket
and 3 others
note: required by a bound in `io::poll_evented::PollEvented`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/io/poll_evented.rs:65:38
|
65 | pub(crate) struct PollEvented<E: Source> {
| ^^^^^^ required by this bound in `PollEvented`
|
run rustdoc:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/net/windows/named_pipe.rs#L980
error[E0277]: the trait bound `doc::NotDefinedHere: mio::event::Source` is not satisfied
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/net/windows/named_pipe.rs:980:9
|
980 | io: PollEvented<mio_windows::NamedPipe>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `mio::event::Source` is not implemented for `doc::NotDefinedHere`
|
= help: the following other types implement trait `mio::event::Source`:
std::boxed::Box<T>
mio::unix::SourceFd<'a>
mio::unix::pipe::Sender
mio::unix::pipe::Receiver
mio::io_source::IoSource<T>
mio::net::TcpListener
mio::net::TcpStream
mio::net::UdpSocket
and 3 others
note: required by a bound in `io::poll_evented::PollEvented`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/io/poll_evented.rs:65:38
|
65 | pub(crate) struct PollEvented<E: Source> {
| ^^^^^^ required by this bound in `PollEvented`
|
run rustdoc
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading