-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
README
: document that Clippy may change codegen
#8037
Conversation
r? @camsteffen (rust-highfive has picked a reviewer for you, use r? to override) |
What do you think about re-wording more of this section like I described here? |
a006d4d
to
82f69c3
Compare
PTAL. I also changed the usage sentence in a second commit to list the subsections properly. Not sure what was meant by "compiled from source", though. |
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.
Looking better. Got some suggestions.
Currently, `clippy-driver` may run codegen, but this is an implementation detail. See rust-lang#8035. Signed-off-by: Miguel Ojeda <[email protected]>
Removes the "compiled from source" bit, which is confusing. Signed-off-by: Miguel Ojeda <[email protected]>
82f69c3
to
3d4fded
Compare
New year, new round -- please take a look! |
Looks great, thanks! @bors r+ |
📌 Commit 3d4fded has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Thanks to you! |
Currently, Clippy does not guarantee the same codegen will be produced.
Therefore, it should not be used as an universal replacement for
rustc
.See #8035.
Signed-off-by: Miguel Ojeda [email protected]
fixes #8035
changelog: document that Clippy may change codegen