Prepare 1.13.0 release #1181
Annotations
9 errors and 2 warnings
src/io/stdin.rs#L213
cannot find type `Stderr` in this scope
|
src/fs/file.rs#L464
expected value, found module `self`
|
src/os/unix/net/datagram.rs#L355
the trait bound `datagram::UnixDatagram: From<std::net::TcpStream>` is not satisfied
|
src/os/unix/net/listener.rs#L248
the trait bound `os::unix::net::listener::UnixListener: From<std::net::TcpStream>` is not satisfied
|
src/os/unix/net/stream.rs#L279
the trait bound `os::unix::net::stream::UnixStream: From<std::net::TcpStream>` is not satisfied
|
src/net/udp/mod.rs#L577
the trait bound `udp::UdpSocket: From<std::net::TcpStream>` is not satisfied
|
src/os/unix/net/stream.rs#L285
cannot move out of an `Arc`
|
src/net/tcp/stream.rs#L437
cannot move out of an `Arc`
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading