Skip to content

Add missing lifetime fragment specifier to error message. - #55025

Merged
bors merged 1 commit into
rust-lang:masterfrom
ehuss:missing-lifetime-err-msg
Oct 15, 2018
Merged

Add missing lifetime fragment specifier to error message.#55025
bors merged 1 commit into
rust-lang:masterfrom
ehuss:missing-lifetime-err-msg

Conversation

@ehuss

Copy link
Copy Markdown
Contributor

A very minor issue, lifetime was missing from the error list.
I left literal in the list, even though it is unstable. It looks like it may stabilize soon anyways.

A very minor issue, `lifetime` was missing from the error list.
I left `literal` in the list, even though it is unstable. It looks like it may stabilize soon anyways.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @petrochenkov

(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 Oct 13, 2018
@petrochenkov

Copy link
Copy Markdown
Contributor

Thanks!
@bors r+ rollup

@bors

bors commented Oct 13, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 09f42dd has been approved by petrochenkov

@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 Oct 13, 2018
Manishearth added a commit to Manishearth/rust that referenced this pull request Oct 15, 2018
…etrochenkov
Add missing lifetime fragment specifier to error message.
A very minor issue, `lifetime` was missing from the error list.
I left `literal` in the list, even though it is unstable. It looks like it may stabilize soon anyways.
bors added a commit that referenced this pull request Oct 15, 2018
Rollup of 11 pull requests
Successful merges:
- #54820 (Closes#54538: `unused_patterns` lint)
- #54963 (Cleanup rustc/session)
- #54991 (add test for #23189)
- #55025 (Add missing lifetime fragment specifier to error message.)
- #55047 (doc: make core::fmt::Error example more simple)
- #55048 (Don't collect to vectors where unnecessary)
- #55060 (clarify pointer add/sub function safety concerns)
- #55062 (Make EvalContext::step public again)
- #55066 (Fix incorrect link in println! documentation)
- #55081 (Deduplicate tests)
- #55088 (Update rustc documentation link)
Failed merges:
r? @ghost
@bors
bors merged commit 09f42dd into rust-lang:masterOct 15, 2018
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

@ehuss@rust-highfive@petrochenkov@bors