Skip to content
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

Drop the internal rustc-rayon impls #372

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Jan 27, 2025

While this looks like a breaking change, it was always documented in Cargo.toml as internal-only for use in the compiler:

Internal feature, only used when building as part of rustc,
not part of the stable interface of this crate.

That's flipped around in rustc-rayon#14 and rust#136149.

While this looks like a breaking change, it was always documented in
`Cargo.toml` as internal-only for use in the compiler:

> Internal feature, only used when building as part of rustc,
> not part of the stable interface of this crate.

That's flipped around in [rustc-rayon#14] and [rust#136149].

[rustc-rayon#14]: rust-lang/rustc-rayon#14
[rust#136149]: rust-lang/rust#136149
@cuviper
Copy link
Member Author

cuviper commented Jan 27, 2025

That's flipped around in rustc-rayon#14 and rust#136149.

I'll wait for the latter to merge to make sure that works out.

@cuviper cuviper added this pull request to the merge queue Jan 28, 2025
Merged via the queue into indexmap-rs:main with commit 6aa88c8 Jan 28, 2025
15 checks passed
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

Successfully merging this pull request may close these issues.

1 participant