-
Couldn't load subscription status.
- Fork 18
Don't name the output of the const block #47
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
Conversation
|
@yaahc can you take a look at this? As noted in #46 (comment) recent nightly Rust versions are seeing a bunch of warnings from code generated by |
|
@yaahc can we get some feedback on this issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be correct.
The displaydoc warnings need yaahc/displaydoc#47, but I don't think they break non-clippy CI for us, and I'm working on getting that published.
Don't name the output of the const block in which traits are implemented. This doesn't play well with Rust RFC 3373, and isn't necessary for correctness. Fixes yaahc#46
ff2f562 to
c8d66ad
Compare
Should fix the nonlocal impl warnings on nightly/beta. Pulls in yaahc/displaydoc#47
Don't name the output of the const block in which traits are implemented. This doesn't play well with Rust RFC 3373, and isn't necessary for correctness.
Fixes #46