Skip to content

Clean up E0317 explanation - #69287

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:clean-e0317
Feb 20, 2020
Merged

Clean up E0317 explanation#69287
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:clean-e0317

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 19, 2020

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
the `let` expression was expecting a value but since there was no `else`, none
the `let` expression was expecting a value but since there was no `else`, no value

@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

Updated!

@Dylan-DPC-zz

Copy link
Copy Markdown

@bors r+ rollup

@bors

bors commented Feb 19, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 1b342f7 has been approved by Dylan-DPC

@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 Feb 19, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Feb 20, 2020
This was referenced Feb 20, 2020
bors added a commit that referenced this pull request Feb 20, 2020
Rollup of 5 pull requests
Successful merges:
- #68705 (Add LinkedList::remove())
- #68945 (Stabilize Once::is_completed)
- #68978 (Make integer exponentiation methods unstably const)
- #69266 (Fix race condition when allocating source files in SourceMap)
- #69287 (Clean up E0317 explanation)
Failed merges:
r? @ghost
@bors
bors merged commit 941ce1a into rust-lang:masterFeb 20, 2020
@GuillaumeGomez
GuillaumeGomez deleted the clean-e0317 branch February 20, 2020 16:13
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@GuillaumeGomez@Dylan-DPC-zz@bors@rust-highfive