use async fn in traits in SendStream
#622
Annotations
4 errors and 14 warnings
|
cargo test:
h3/src/server/mod.rs#L24
`impl Future<Output = Result<(), <<C as h3::quic::Connection<bytes::Bytes>>::BidiStream as SendStreamLocal<bytes::Bytes>>::Error>>` cannot be sent between threads safely
|
cargo test
aborting due to 1 previous error
|
cargo test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
cargo test
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
|
cargo test:
h3/src/quic.rs#L9
unused import: `std::future::Future`
|
cargo test:
h3/src/server/stream.rs#L32
unused import: `self`
|
cargo test:
h3/src/stream.rs#L8
unused import: `future`
|
cargo test:
h3/src/server/stream.rs#L31
unused import: `quic::SendStreamLocal`
|
cargo test:
h3/src/frame.rs#L7
unused import: `SendStream`
|
cargo test:
h3/src/stream.rs#L22
unused import: `SendStream`
|
cargo test:
h3/src/stream.rs#L251
field `0` is never read
|
cargo test
`h3` (lib) generated 7 warnings (run `cargo fix --lib -p h3` to apply 3 suggestions)
|
cargo test:
h3-quinn/src/lib.rs#L545
type alias `WriteFuture` is never used
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading