Skip to content

Conversation

ebobrow
Copy link
Contributor

@ebobrow ebobrow commented Jul 24, 2021

fixes #87197

@rust-highfive
Copy link
Contributor

r? @oli-obk

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 24, 2021
@oli-obk oli-obk added A-diagnostics Area: Messages for errors, warnings, and lints WG-diagnostics Working group: Diagnostics labels Jul 26, 2021
@oli-obk
Copy link
Contributor

oli-obk commented Jul 26, 2021

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Jul 26, 2021

📌 Commit e0995a5 has been approved by oli-obk

@bors bors 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 Jul 26, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 26, 2021
…laumeGomez

Rollup of 8 pull requests

Successful merges:

 - rust-lang#87436 (Suggest `;` on parse error where applicable)
 - rust-lang#87444 (Flatten nested `format!` calls)
 - rust-lang#87447 (Miri: santiy check that null pointer can never have an AllocId)
 - rust-lang#87457 (freebsd remove compiler workaround.)
 - rust-lang#87458 (Fix help message for modification to &T created by &{t})
 - rust-lang#87464 (Remove unnecessary `structhead` parameter from `render_union`)
 - rust-lang#87473 (Notify the Rust 2021 edition working group in zulip of edition bugs)
 - rust-lang#87474 (Add missing whitespace after attribute in HTML template)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 4205077 into rust-lang:master Jul 27, 2021
@rustbot rustbot added this to the 1.56.0 milestone Jul 27, 2021
@ebobrow ebobrow deleted the suggest-semicolon branch July 27, 2021 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. WG-diagnostics Working group: Diagnostics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggest ; on parse error when applicable
5 participants