Skip to content

Use nightly-2023-03-13 rust toolchain #2

Use nightly-2023-03-13 rust toolchain

Use nightly-2023-03-13 rust toolchain #2

GitHub Actions / clippy succeeded Jul 19, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.3/src/extract/mod.rs|48 col 5| error[E0433]: failed to resolve: use of undeclared crate or module diagnostic
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.3/src/extract/mod.rs:48:5
|
48 | diagnostic::on_unimplemented(
| ^^^^^^^^^^ use of undeclared crate or module diagnostic
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.3/src/extract/mod.rs|75 col 5| error[E0433]: failed to resolve: use of undeclared crate or module diagnostic
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.3/src/extract/mod.rs:75:5
|
75 | diagnostic::on_unimplemented(
| ^^^^^^^^^^ use of undeclared crate or module diagnostic
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.3/src/lib.rs|1 col 45| error[E0635]: unknown feature diagnostic_namespace
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.4.3/src/lib.rs:1:45
|
1 | #![cfg_attr(nightly_error_messages, feature(diagnostic_namespace))]
| ^^^^^^^^^^^^^^^^^^^^