Rollup of 9 pull requests#108466
Closed
compiler-errors wants to merge 28 commits intorust-lang:masterfrom
Closed
Conversation
Part of the resolution to rust-lang#105107
Part of the resolution to rust-lang#105107
Part of the resolution to rust-lang#105107
Update LLVM submodule Fixes rust-lang#105626.
Lint against `Iterator::map` receiving a callable that returns `()` Close rust-lang#106991
…or-auto, r=lcnr Treat `str` as containing `[u8]` for auto trait purposes Wanted to gauge `@rust-lang/lang` and `@rust-lang/types` teams' thoughts on treating `str` as "containing" a `[u8]` slice for auto-trait purposes. `@dtolnay` brought this up in rust-lang#13231 (comment) as a blocker for future `str` type librarification, and I think it's both a valid concern and very easy to fix. I'm interested in actually doing that `str` type librarification (rust-lang#107939), but this probably should be considered in the mean time regardless of that PR. r? types for the impl, though this definitely needs an FCP.
…-107918, r=notriddle Add regression test for rust-lang#107918 Fixes rust-lang#107918. r? ``@notriddle``
…anicked, r=estebank make "proc macro panicked" translatable
…r=GuillaumeGomez docs/test: add UI test and docs for `E0476` Final undocumented error code. Not entirely sure about wording in the docs. Part of rust-lang#61137. r? ``@compiler-errors`` cc ``@compiler-errors``
…er-errors Add known-bug tests for a few I-unsound issues Just a few commits to push rust-lang#105107 forward. r? ``@jackh726``
…solved, r=compiler-errors Do not lint ineffective unstable trait impl for unresolved trait
… r=compiler-errors Complete migrating `ast_passes` to derive diagnostics cc rust-lang#100717 ``@rustbot`` label +A-translation
Contributor
Author
|
@bors r+ rollup=never p=9 |
Collaborator
Member
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:
Iterator::mapreceiving a callable that returns()#107890 (Lint againstIterator::mapreceiving a callable that returns())stras containing[u8]for auto trait purposes #107941 (Treatstras containing[u8]for auto trait purposes)cargo docfails onfound duplicate lang item 'panic_impl'dependency issue (no_std) #107918)E0476#108444 (docs/test: add UI test and docs forE0476)ast_passesto derive diagnostics #108456 (Complete migratingast_passesto derive diagnostics)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup