-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Suggest an appropriate token when encountering pub Ident<'a>
#56248
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @Centril (you seem to have already taken a look at this) |
I primarily had a look at the test files; but I'd like someone else to look at the implementation bits so I'll give r? back to you. :) |
4ca31f6
to
f091124
Compare
f091124
to
2645871
Compare
There's a case that isn't handled by this PR (filed #56473):
|
ping @michaelwoerister |
Hm, I don't know the parser very well. r? @petrochenkov maybe? Do we have a parser expert among the reviewers? |
@bors r+ |
📌 Commit 2645871 has been approved by |
@bors rollup |
…henkov Suggest an appropriate token when encountering `pub Ident<'a>` Fix rust-lang#55403. Follow up to rust-lang#45997.
Rollup of 6 pull requests Successful merges: - #56248 (Suggest an appropriate token when encountering `pub Ident<'a>`) - #56597 (Improve the usage message for `-Z dump-mir`.) - #56599 (codegen: Fix va_list - aarch64 iOS/Windows) - #56602 (Fix the just-introduced ptr::hash docs) - #56620 (resolve: Reduce some clutter in import ambiguity errors) - #56621 (Add missing comma in Generators) Failed merges: r? @ghost
Fix #55403. Follow up to #45997.