Rollup of 3 pull requests#154411
Closed
JonathanBrouwer wants to merge 6 commits intorust-lang:mainfrom
Closed
Conversation
Ensure `ErasedData` only implements appropriate auto traits This uses an external type to prevent auto traits to be inferred on `ErasedData`. That inference is incorrect since it may not store the type it declares. This also implements `DynSend` and `DynSync` on `ErasedData` which are checked by bounds on `erase_val`. Some diagnostics bounds were missing `DynSync`, which is also added here.
large_enums mir pass: fix is_enabled logic This logic got turned from a guard in `run_pass` to an `is_enabled` check in rust-lang@15d4728#r2989096960, but that was done incorrectly. The pass must never be enabled without `unsound_mir_opts`!
…KO8Ki Update `try_blocks` to a new tracking issue number New tracking issue rust-lang#154391 Closes rust-lang#31436
Contributor
Author
|
@bors r+ rollup=never p=5 |
Contributor
Contributor
|
PR #154375, which is a member of this rollup, was unapproved. This rollup was thus unapproved. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
ErasedDataonly implements appropriate auto traits #154229 (EnsureErasedDataonly implements appropriate auto traits)try_blocksto a new tracking issue number #154409 (Updatetry_blocksto a new tracking issue number)r? @ghost
Create a similar rollup