Skip to content

Better handle too many # recovery in raw str - #96355

Merged
bors merged 1 commit into
rust-lang:masterfrom
estebank:issue-95030
Apr 26, 2022
Merged

Better handle too many # recovery in raw str#96355
bors merged 1 commit into
rust-lang:masterfrom
estebank:issue-95030

Conversation

@estebank

Copy link
Copy Markdown
Contributor

Point at all the unnecessary trailing #.
Better handle interaction with outer attributes when ; is missing.

Fix#95030.

@rustbotrustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Apr 24, 2022
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @wesleywiser

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

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 24, 2022
Point at all the unnecessary trailing `#`.
Better handle interaction with outer attributes when `;` is missing.
Fixrust-lang#95030.
@compiler-errors

Copy link
Copy Markdown
Contributor

r? @compiler-errors
@bors r+

@bors

bors commented Apr 25, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 3587406 has been approved by compiler-errors

@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 Apr 25, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Apr 25, 2022
…rors
Better handle too many `#` recovery in raw str
Point at all the unnecessary trailing `#`.
Better handle interaction with outer attributes when `;` is missing.
Fixrust-lang#95030.
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Apr 25, 2022
…rors
Better handle too many `#` recovery in raw str
Point at all the unnecessary trailing `#`.
Better handle interaction with outer attributes when `;` is missing.
Fixrust-lang#95030.
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Apr 25, 2022
…rors
Better handle too many `#` recovery in raw str
Point at all the unnecessary trailing `#`.
Better handle interaction with outer attributes when `;` is missing.
Fixrust-lang#95030.
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Apr 25, 2022
…rors
Better handle too many `#` recovery in raw str
Point at all the unnecessary trailing `#`.
Better handle interaction with outer attributes when `;` is missing.
Fixrust-lang#95030.
compiler-errors added a commit to compiler-errors/rust that referenced this pull request Apr 25, 2022
…rors
Better handle too many `#` recovery in raw str
Point at all the unnecessary trailing `#`.
Better handle interaction with outer attributes when `;` is missing.
Fixrust-lang#95030.
@Dylan-DPCDylan-DPC mentioned this pull request Apr 25, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 26, 2022
Rollup of 6 pull requests
Successful merges:
- rust-lang#90312 (Fix some confusing wording and improve slice-search-related docs)
- rust-lang#96149 (Remove unused macro rules)
- rust-lang#96279 (rustdoc: Remove .woff font files)
- rust-lang#96355 (Better handle too many `#` recovery in raw str)
- rust-lang#96379 (delay bug when adjusting `NeverToAny` twice during diagnostic code)
- rust-lang#96384 (do not consider two extern types to be similar)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 77031f3 into rust-lang:masterApr 26, 2022
@rustbotrustbot added this to the 1.62.0 milestone Apr 26, 2022
@estebank
estebank deleted the issue-95030 branch November 9, 2023 05:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-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.

Error message is misleading for missing semicolon between raw string literal and attribute

6 participants

@estebank@rust-highfive@compiler-errors@bors@wesleywiser@rustbot