-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Bring back ParamEnv deduplication #48576
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Could we have a test for this? |
We probably should, but we don't have a deducted test case yet. |
This seems to be causing a lot of pain, so I'm going to r+ with p=1, but I agree with @leodasvacas that we ought to have a test here. @bors r+ p=1 |
📌 Commit f297f56 has been approved by |
Bring back ParamEnv deduplication Fix #48551
☀️ Test successful - status-appveyor, status-travis |
Initial simplified case: https://play.rust-lang.org/?gist=878f5427988c9c59b9ff11057547e624&version=stable |
Fix #48551