You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to build a project with this with the latest stable Rust version, 1.86.0, results in the following error:
error[E0658]: use of unstable library feature hash_extract_if
--> /home/user/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spire_enum_macros-0.2.1/src/ident_map/mod.rs:33:5
|
33 | .extract_if(|id| {
| ^^^^^^^^^^
|
= note: see issue #59618 rust-lang/rust#59618 for more information
Looking at the tracking issue, it seems this will be part of 1.87.0, which isn't a stable release yet.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Attempting to build a project with this with the latest stable Rust version, 1.86.0, results in the following error:
error[E0658]: use of unstable library feature
hash_extract_if
--> /home/user/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spire_enum_macros-0.2.1/src/ident_map/mod.rs:33:5
|
33 | .extract_if(|id| {
| ^^^^^^^^^^
|
= note: see issue #59618 rust-lang/rust#59618 for more information
Looking at the tracking issue, it seems this will be part of 1.87.0, which isn't a stable release yet.
The text was updated successfully, but these errors were encountered: