-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[beta] backports #144087
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
base: beta
Are you sure you want to change the base?
[beta] backports #144087
Conversation
(cherry picked from commit e245570)
(cherry picked from commit e776065)
Signed-off-by: Jonathan Brouwer <[email protected]> (cherry picked from commit 58418d8)
As a temporary measure while a proper fix for `tests/ui/sized-hierarchy/incomplete-inference-issue-143992.rs` is implemented, make `MetaSized` obligations always hold. In effect, temporarily reverting the `sized_hierarchy` feature. This is a small change that can be backported. (cherry picked from commit 8d64937)
@bors r+ rollup=never |
@bors p=5 (rollup scheduling) |
💔 Test failed - checks-actions |
@bors retry |
This comment has been minimized.
This comment has been minimized.
(Github is not having a good day.) |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
@cuviper this needs #144003 beta-backported too. (This failure was discussed in #t-infra > Spurious bors CI failures @ 💬) |
This works around a missing mingw home directory in CI (cherry picked from commit 262d02e)
Thanks, added! @bors r+ |
MetaSized
always holds temporarily trait_sel:MetaSized
always holds temporarily #144016r? cuviper