Skip to content

online-phase: scalar: Add string parsing methods #423

online-phase: scalar: Add string parsing methods

online-phase: scalar: Add string parsing methods #423

GitHub Actions / clippy failed Sep 10, 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

Check failure on line 220 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/ser/mod.rs

See this annotation in the file changed.

@github-actions 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.210/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

Check failure on line 536 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/de/mod.rs

See this annotation in the file changed.

@github-actions 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.210/src/de/mod.rs:536:5
    |
536 |     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