-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
associated_consts: check trait obligations and regionck for associated consts #42324
Conversation
This needs a crater run - people might have been trying to sneak things. |
A crater run? It's an unstable feature, and this fixes a soundness hole, as described in #41323. |
I don't think that a crater run is needed for an unstable feature, but it'd be a kindness. |
I'm going to kick off a crater run, but I'll r+ in the meantime. |
@bors r+ |
📌 Commit 62989c1 has been approved by |
Missed that this is in an unstable feature. |
…l, r=nikomatsakis associated_consts: check trait obligations and regionck for associated consts Closes rust-lang#41323 r? @nikomatsakis
…l, r=nikomatsakis associated_consts: check trait obligations and regionck for associated consts Closes rust-lang#41323 r? @nikomatsakis
Closes #41323
r? @nikomatsakis