mock: backport tracing-mock
to v0.1.x
#5409
GitHub Actions / clippy
failed
Nov 5, 2024 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.82.0 (f6e511eec 2024-10-15)
- cargo 1.82.0 (8f40fc59f 2024-08-21)
- clippy 0.1.82 (f6e511e 2024-10-15)
Annotations
github-actions / clippy
current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
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:72:15
|
72 | let res = try_join!(
| _______________^
73 | | tokio::spawn(load_gen(addr)),
74 | | tokio::spawn(load_gen(addr)),
75 | | tokio::spawn(load_gen(addr)),
76 | | tokio::spawn(svc),
77 | | tokio::spawn(admin)
78 | | );
| |_____^
|
= 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)
Loading