Update Rust crate tokio to v1.41.0 #120
Annotations
10 errors and 1 warning
Run ci:
src/pkg/server.rs#L5
unresolved import `crate::pkg::smtp`
|
Run ci:
src/pkg/server.rs#L19
enum takes 2 generic arguments but 1 generic argument was supplied
|
Run ci:
src/pkg/server.rs#L27
enum takes 2 generic arguments but 1 generic argument was supplied
|
Run ci:
src/pkg/server.rs#L58
enum takes 2 generic arguments but 1 generic argument was supplied
|
Run ci:
src/pkg/server.rs#L33
no method named `read` found for struct `tokio::net::TcpStream` in the current scope
|
Run ci:
src/pkg/server.rs#L44
no method named `write_all` found for struct `tokio::net::TcpStream` in the current scope
|
Run ci:
src/pkg/server.rs#L60
no method named `write_all` found for struct `tokio::net::TcpStream` in the current scope
|
Run ci:
src/main.rs#L13
the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`)
|
Run ci:
src/main.rs#L17
mismatched types
|
Run ci
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: hecrj/setup-rust-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading