Skip to content

docs/test: add docs and a UI test for E0514 and E0519 - #106236

Merged
bors merged 2 commits into
rust-lang:masterfrom
Ezrashaw:add-test+docs-e0519-e0514
Dec 29, 2022
Merged

docs/test: add docs and a UI test for E0514 and E0519#106236
bors merged 2 commits into
rust-lang:masterfrom
Ezrashaw:add-test+docs-e0519-e0514

Conversation

@Ezrashaw

Copy link
Copy Markdown
Contributor

No UI test on E0514, it would need to compile with a different rustc version.

r? @GuillaumeGomez

@rustbotrustbot added A-testsuite Area: The testsuite used to check the correctness of rustc 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. labels Dec 29, 2022
@rustbot

Copy link
Copy Markdown
Collaborator

Some changes occurred in diagnostic error codes

cc @GuillaumeGomez

@Ezrashaw

Copy link
Copy Markdown
ContributorAuthor

Also, sorry for my inconsistent linking to #61137 but:

We're getting quite close to completing this all! I have one last PR which merges E0465 into E0464 and then I'm limited by my ability to understand obscure borrowck errors (I think that some of them might not be emitted anymore but I cannot prove that).

@Ezrashaw
Ezrashawforce-pushed the add-test+docs-e0519-e0514 branch from 8dbc1c2 to 3b32feaCompareDecember 29, 2022 01:26
@Ezrashaw
Ezrashawforce-pushed the add-test+docs-e0519-e0514 branch from 3b32fea to 726519dCompareDecember 29, 2022 01:32
@GuillaumeGomez

Copy link
Copy Markdown
Member

Awesome, thanks!

@bors r+ rollup

@bors

bors commented Dec 29, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 726519d has been approved by GuillaumeGomez

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 Dec 29, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 29, 2022
…iaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#104531 (Provide a better error and a suggestion for `Fn` traits with lifetime params)
- rust-lang#105899 (`./x doc library --open` opens `std`)
- rust-lang#106190 (Account for multiple multiline spans with empty padding)
- rust-lang#106202 (Trim more paths in obligation types)
- rust-lang#106234 (rustdoc: simplify settings, help, and copy button CSS by not reusing)
- rust-lang#106236 (docs/test: add docs and a UI test for `E0514` and `E0519`)
- rust-lang#106259 (Update Clippy)
- rust-lang#106260 (Fix index out of bounds issues in rustdoc)
- rust-lang#106263 (Formatter should not try to format non-Rust files)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 51534b8 into rust-lang:masterDec 29, 2022
@rustbotrustbot added this to the 1.68.0 milestone Dec 29, 2022
@Ezrashaw
Ezrashaw deleted the add-test+docs-e0519-e0514 branch December 30, 2022 01:15
Aaron1011 pushed a commit to Aaron1011/rust that referenced this pull request Jan 6, 2023
…iaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#104531 (Provide a better error and a suggestion for `Fn` traits with lifetime params)
- rust-lang#105899 (`./x doc library --open` opens `std`)
- rust-lang#106190 (Account for multiple multiline spans with empty padding)
- rust-lang#106202 (Trim more paths in obligation types)
- rust-lang#106234 (rustdoc: simplify settings, help, and copy button CSS by not reusing)
- rust-lang#106236 (docs/test: add docs and a UI test for `E0514` and `E0519`)
- rust-lang#106259 (Update Clippy)
- rust-lang#106260 (Fix index out of bounds issues in rustdoc)
- rust-lang#106263 (Formatter should not try to format non-Rust files)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 12, 2023
…iaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#104531 (Provide a better error and a suggestion for `Fn` traits with lifetime params)
- rust-lang#105899 (`./x doc library --open` opens `std`)
- rust-lang#106190 (Account for multiple multiline spans with empty padding)
- rust-lang#106202 (Trim more paths in obligation types)
- rust-lang#106234 (rustdoc: simplify settings, help, and copy button CSS by not reusing)
- rust-lang#106236 (docs/test: add docs and a UI test for `E0514` and `E0519`)
- rust-lang#106259 (Update Clippy)
- rust-lang#106260 (Fix index out of bounds issues in rustdoc)
- rust-lang#106263 (Formatter should not try to format non-Rust files)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-testsuiteArea: The testsuite used to check the correctness of rustcS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Ezrashaw@rustbot@GuillaumeGomez@bors