-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select an appropriate unused lifetime name in suggestion #69159
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
cc @nagisa, this is the missing bit from that suggestion to make it always "right". |
b762a9c
to
5f43d8b
Compare
This seems good other than a small typo in the new comment. r=me unless you want nagisa to take a look. |
5f43d8b
to
0ee27ee
Compare
@bors r=ecstatic-morse |
📌 Commit 0ee27eeda1bd585fe91fa2b8673c44b9569e1721 has been approved by |
☔ The latest upstream changes (presumably #67681) made this pull request unmergeable. Please resolve the merge conflicts. |
0ee27ee
to
8bafe88
Compare
@bors r=ecstatic-morse |
📌 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.