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

mk: Add core/std tests back to check-fast #5325

Closed
wants to merge 1 commit into from

Conversation

brson
Copy link
Contributor

@brson brson commented Mar 12, 2013

Prevent further windows breakage

@brson
Copy link
Contributor Author

brson commented Mar 12, 2013

Hm, std deadlocks on windows.

@brson brson closed this Mar 12, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 21, 2022
make ignored internally mutable types for `mutable-key` configurable

We had some false positives where people would create their own types that had interior mutability unrelated to hash/eq. This addition lets you configure this as e.g. `arc-like-types=["bytes::Bytes"]`

This fixes rust-lang#5325 by allowing users to specify the types whose innards like `Arc` should be ignored (the generic types are still checked) for the sake of detecting inner mutability.

r? `@Alexendoo`

---

changelog: Allow configuring types to ignore internal mutability in `mutable-key`
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