online-phase: algebra: scalar: Optimize (de)serialization #489
GitHub Actions / clippy
failed
Aug 20, 2024 in 0s
clippy
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.78.0-nightly (0ecbd0605 2024-02-25)
- cargo 1.78.0-nightly (194a60b29 2024-02-21)
- clippy 0.1.78 (0ecbd06 2024-02-25)
Annotations
github-actions / clippy
`#[diagnostic]` attribute name space is experimental
error[E0658]: `#[diagnostic]` attribute name space is experimental
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.208/src/ser/mod.rs:220:5
|
220 | diagnostic::on_unimplemented(
| ^^^^^^^^^^
|
= note: see issue #111996 <https://github.com/rust-lang/rust/issues/111996> for more information
= help: add `#![feature(diagnostic_namespace)]` to the crate attributes to enable
= note: this compiler was built on 2024-02-25; consider upgrading it if it is out of date
github-actions / clippy
`#[diagnostic]` attribute name space is experimental
error[E0658]: `#[diagnostic]` attribute name space is experimental
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.208/src/de/mod.rs:537:5
|
537 | diagnostic::on_unimplemented(
| ^^^^^^^^^^
|
= note: see issue #111996 <https://github.com/rust-lang/rust/issues/111996> for more information
= help: add `#![feature(diagnostic_namespace)]` to the crate attributes to enable
= note: this compiler was built on 2024-02-25; consider upgrading it if it is out of date
Loading