Skip to content

Use of unstable library feature "hash_extract_if" #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
The-Fireplace opened this issue May 1, 2025 · 1 comment
Closed

Use of unstable library feature "hash_extract_if" #1

The-Fireplace opened this issue May 1, 2025 · 1 comment

Comments

@The-Fireplace
Copy link

The-Fireplace commented May 1, 2025

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.

@Houtamelo
Copy link
Owner

Thanks for the report!

Fixed on 0ea1b7b.
Already available in crates-io with version 0.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants