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

Triggered via push September 10, 2024 22:14
Status Failure
Total duration 1m 13s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
`#[diagnostic]` attribute name space is experimental: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/ser/mod.rs#L220
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
`#[diagnostic]` attribute name space is experimental: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/de/mod.rs#L536
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
cargo-test
Process completed with exit code 101.
cargo-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/