Skip to content

Cancel a not emitted error after parsing const generic args - #95200

Merged
bors merged 1 commit into
rust-lang:masterfrom
TaKO8Ki:cancel-not-emitted-error-when-parsing-generic-arg
Mar 22, 2022
Merged

Cancel a not emitted error after parsing const generic args#95200
bors merged 1 commit into
rust-lang:masterfrom
TaKO8Ki:cancel-not-emitted-error-when-parsing-generic-arg

Conversation

@TaKO8Ki

Copy link
Copy Markdown
Member

closes#95163

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

Copy link
Copy Markdown
Contributor

r? @oli-obk

(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 Mar 22, 2022
@rust-log-analyzer

This comment has been minimized.

@TaKO8Ki
TaKO8Kiforce-pushed the cancel-not-emitted-error-when-parsing-generic-arg branch from a278dd5 to 62ded07CompareMarch 22, 2022 07:07
@oli-obk

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Mar 22, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 62ded07 has been approved by oli-obk

@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 Mar 22, 2022
@Dylan-DPCDylan-DPC mentioned this pull request Mar 22, 2022
Dylan-DPC added a commit to Dylan-DPC/rust that referenced this pull request Mar 22, 2022
…en-parsing-generic-arg, r=oli-obk
Cancel a not emitted error after parsing const generic args
closesrust-lang#95163
@Dylan-DPCDylan-DPC mentioned this pull request Mar 22, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 22, 2022
Rollup of 5 pull requests
Successful merges:
- rust-lang#95188 ([`macro-metavar-expr`] Fix generated tokens hygiene)
- rust-lang#95196 (rename LocalState::Uninitialized to Unallocated)
- rust-lang#95197 (Suggest constraining param for unary ops when missing trait impl)
- rust-lang#95200 (Cancel a not emitted error after parsing const generic args)
- rust-lang#95207 (update Termination trait docs)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 5d3dfb4 into rust-lang:masterMar 22, 2022
@rustbotrustbot added this to the 1.61.0 milestone Mar 22, 2022
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.

ICE: the following error was constructed but not emitted

6 participants

@TaKO8Ki@rust-highfive@rust-log-analyzer@oli-obk@bors@rustbot