-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Parse const unsafe trait
properly
#147864
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
base: master
Are you sure you want to change the base?
Conversation
No reviewers could be found from initial request |
Previously, this was greedily stolen by the `fn` parsing logic.
1603311
to
b145213
Compare
r? fmease |
cc #146122 |
I quite agree with your comment at #146122 (comment) |
Thanks! This is good enough for now. I'm already experimenting with more robust qualifier parsing in a separate project of mine. Once stage0 rustfmt is bumped we can finally migrate away from the remaining @bors r+ rollup |
Previously, this was greedily stolen by the
fn
parsing logic.r? project-const-traits