Conversation
|
This won't remove the ping @rust-lang/clippy thoughts on this? |
|
Maybe this is better done in combination with #4650 |
|
The error happens because clippy_lints was compiled for the host but fmt_macros is only available for the target. Plugins are compiled for the host so removing the plugin should fix the error. |
|
Ah ok, thanks for the clarification! |
|
We should definitely just remove it, yeah |
2cacd17 to
592effc
Compare
phansch
left a comment
There was a problem hiding this comment.
Maybe we should write a short announcement about removing this on inside-rust? With clear migration instructions, etc..
Apart from that I think we should finally remove this.
|
I opened rust-lang/blog.rust-lang.org#435 for this. Feedback welcome. |
|
☔ The latest upstream changes (presumably #4650) made this pull request unmergeable. Please resolve the merge conflicts. |
592effc to
a127e14
Compare
|
Now with rust-lang/rust#65698 merged, this PR is the only remaining roadblock for rust-lang/rust#62558 |
Fix Deprecated lints don't expand ### Move doc comments inside of declare_deprecated_lint macros so that they are picked up by lintlib.py ### fixes #4748 Unable to `cargo test` locally (I'm on NixOS, and keep getting errors that are similar to those #4714 might solve) but I have verified that all deprecated lints can now be expanded like other lints. 
Fix Deprecated lints don't expand ### Move doc comments inside of declare_deprecated_lint macros so that they are picked up by lintlib.py ### fixes #4748 Unable to `cargo test` locally (I'm on NixOS, and keep getting errors that are similar to those #4714 might solve) but I have verified that all deprecated lints can now be expanded like other lints.  changelog: Show deprecated lints in lint documentation again
|
📌 Commit a127e14 has been approved by |
Remove clippy plugin This PR removes the clippy plugin, which is already deprecated and is causing the `fmt_macros` not found error in rust-lang/rust#62558: rust-lang/rust#62558 (comment)
|
💔 Test failed - checks-travis |
|
@bors r+ retry |
|
💡 This pull request was already approved, no need to approve it again.
|
|
📌 Commit a127e14 has been approved by |
Remove clippy plugin This PR removes the clippy plugin, which is already deprecated and is causing the `fmt_macros` not found error in rust-lang/rust#62558: rust-lang/rust#62558 (comment) changelog: remove plugin interface
|
💔 Test failed - checks-travis |
|
This can be merged. |
|
@lzutao: 🔑 Insufficient privileges: Not in reviewers |
|
@bors r+ |
|
💡 This pull request was already approved, no need to approve it again.
|
|
📌 Commit a127e14 has been approved by |
Remove clippy plugin This PR removes the clippy plugin, which is already deprecated and is causing the `fmt_macros` not found error in rust-lang/rust#62558: rust-lang/rust#62558 (comment) changelog: remove plugin interface
|
☀️ Test successful - checks-travis, status-appveyor |
Fix Deprecated lints don't expand ### Move doc comments inside of declare_deprecated_lint macros so that they are picked up by lintlib.py ### fixes rust-lang#4748 Unable to `cargo test` locally (I'm on NixOS, and keep getting errors that are similar to those rust-lang#4714 might solve) but I have verified that all deprecated lints can now be expanded like other lints.  changelog: Show deprecated lints in lint documentation again
Fix Deprecated lints don't expand ### Move doc comments inside of declare_deprecated_lint macros so that they are picked up by lintlib.py ### fixes rust-lang#4748 Unable to `cargo test` locally (I'm on NixOS, and keep getting errors that are similar to those rust-lang#4714 might solve) but I have verified that all deprecated lints can now be expanded like other lints.  changelog: Show deprecated lints in lint documentation again
Fix Deprecated lints don't expand ### Move doc comments inside of declare_deprecated_lint macros so that they are picked up by lintlib.py ### fixes #4748 Unable to `cargo test` locally (I'm on NixOS, and keep getting errors that are similar to those #4714 might solve) but I have verified that all deprecated lints can now be expanded like other lints.  changelog: Show deprecated lints in lint documentation again
This PR removes the clippy plugin, which is already deprecated and is causing the
fmt_macrosnot found error in rust-lang/rust#62558: rust-lang/rust#62558 (comment)changelog: remove plugin interface