-
-
Notifications
You must be signed in to change notification settings - Fork 843
Closed
Description
The cargo.toml promises 1.31, but this is no longer true. At least, not with the compiler version I'm using anyways.
rust-version = "1.31"
Perhaps this is expected behavior and serde will just, from now on, be incompatible with all nightly less than 78?
error[E0658]: `#[diagnostic]` attribute name space is experimental
--> C:\Users\user\.cargo\registry\src\index.crates.io-6f17d22bba15001f\serde-1.0.204\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
Metadata
Metadata
Assignees
Labels
No labels