Uh oh!
There was an error while loading. Please reload this page.
Select an appropriate unused lifetime name in suggestion - #69159
Conversation
rust-highfive
commented
Feb 14, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
estebank
commented
Feb 14, 2020
cc @nagisa, this is the missing bit from that suggestion to make it always "right". |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
b762a9c to
5f43d8bCompareUh oh!
There was an error while loading. Please reload this page.
ecstatic-morse
commented
Feb 14, 2020
This seems good other than a small typo in the new comment. r=me unless you want nagisa to take a look. |
5f43d8b to
0ee27eeCompareestebank
commented
Feb 14, 2020
@bors r=ecstatic-morse |
bors
commented
Feb 14, 2020
📌 Commit 0ee27eeda1bd585fe91fa2b8673c44b9569e1721 has been approved by |
bors
commented
Feb 15, 2020
☔ The latest upstream changes (presumably #67681) made this pull request unmergeable. Please resolve the merge conflicts. |
0ee27ee to
8bafe88Compareestebank
commented
Feb 17, 2020
@bors r=ecstatic-morse |
bors
commented
Feb 17, 2020
📌 Commit 8bafe88 has been approved by |
…=ecstatic-morse Select an appropriate unused lifetime name in suggestion Follow up to rust-lang#69048.
…=ecstatic-morse Select an appropriate unused lifetime name in suggestion Follow up to rust-lang#69048.
Rollup of 6 pull requests Successful merges: - #69146 (Always const qualify literals by type) - #69159 (Select an appropriate unused lifetime name in suggestion) - #69194 (parse: fuse associated and extern items up to defaultness) - #69211 (parser: Simplify treatment of macro variables in `Parser::bump`) - #69217 (Do not emit note suggesting to implement operation trait to foreign type) - #69236 (parse: recover `mut (x @ y)` as `(mut x @ mut y)`.) Failed merges: r? @ghost
Follow up to #69048.