Skip to content

Rollup of 7 pull requests - #106771

Closed
Noratrieb wants to merge 16 commits into
rust-lang:masterfrom
Noratrieb:rollup-nj2011q
Closed

Rollup of 7 pull requests#106771
Noratrieb wants to merge 16 commits into
rust-lang:masterfrom
Noratrieb:rollup-nj2011q

Conversation

@Noratrieb

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

compiler-errorsand others added 16 commits January 11, 2023 20:01
* Account for `struct S(pub(super)Ty);` in suggestion
* Suggest changing field visibility in E0603 too
…oli-obk
Add log-backtrace option to show backtraces along with logging
according to rust-lang#90698, I added a compiler option, `-Zlog-backtrace=filter`, where `filter` is a module name, to show backtraces for logging without rebuilding.
resolverust-lang#90698
Support eager subdiagnostics again
See rust-lang#104941 (comment)
I'm not sure how to add a test for this. But I did pick some of the diagnostic structs in the mentioned PR and it works with them.
…es-infer-vars, r=oli-obk
Handle inference variables in `CollectAllMismatches` correctly
1. Fixrust-lang#106240
2. Treat int/float type variables correctly (see `src/test/ui/iterators/invalid-iterator-chain-with-int-infer.rs`), so we can point out things like "`Iterator::Item` changed to `{integer}` here"
remove unreachable error code `E0490`
AFAIK, the untested and undocumented error code `E0490` is now unreachable, it was from the days of the original borrow checker.
cc `@GuillaumeGomez` rust-lang#61137
…aumeGomez
Fix rendering 'const' in header for intrinsics
Fixesrust-lang#99398
…iewer, r=oli-obk
Add `WaffleLapkin` to compiler reviewers
r? `@wesleywiser`
@rustbotrustbot added T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-testsuite Area: The testsuite used to check the correctness of rustc A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Jan 12, 2023
@Noratrieb

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=7

@bors

bors commented Jan 12, 2023

Copy link
Copy Markdown
Collaborator

📌 Commit 22d99d4 has been approved by Nilstrieb

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 12, 2023
@Noratrieb

Copy link
Copy Markdown
MemberAuthor

@bors r-

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jan 12, 2023
@Noratrieb
Noratrieb deleted the rollup-nj2011q branch January 12, 2023 14:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-metaArea: Issues & PRs about the rust-lang/rust repository itselfA-testsuiteArea: The testsuite used to check the correctness of rustcA-translationArea: Translation infrastructure, and migrating existing diagnostics to SessionDiagnosticrollupA PR which is a rollupS-waiting-on-authorStatus: This is awaiting some action (such as code changes or more information) from the author.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@Noratrieb@bors@rustbot@compiler-errors@estebank@yukidukie@Ezrashaw@clubby789@WaffleLapkin