mock: improve ergonomics when an ExpectedSpan
is needed (#3097)
#5384
CI.yml
on: push
cargo check
39s
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
warnings
48s
Matrix: test
all systems go!
0s
Annotations
3 errors and 2 warnings
current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/macros/try_join.rs#L153
error: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
--> examples/examples/tower-load.rs:75:15
|
75 | let res = try_join!(
| _______________^
76 | | tokio::spawn(load_gen(addr)),
77 | | tokio::spawn(load_gen(addr)),
78 | | tokio::spawn(load_gen(addr)),
79 | | tokio::spawn(svc),
80 | | tokio::spawn(admin)
81 | | );
| |_____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
= note: `-D clippy::incompatible-msrv` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::incompatible_msrv)]`
= note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
|
cargo test (wasm) (tracing)
Process completed with exit code 1.
|
warnings
Clippy had exited with the 101 exit code
|
warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|