Move error code explanation removal check into tidy#142827
Move error code explanation removal check into tidy#142827bors merged 2 commits intorust-lang:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
52951ee to
cd10ec8
Compare
|
Working, perfect. :) r? @Kobzol |
|
Thanks! @bors r+ rollup |
|
☔ The latest upstream changes (presumably #142901) made this pull request unmergeable. Please resolve the merge conflicts. |
I think it's more healthy to split something out from tidy, like (Of course, way beyond the scope of this PR) |
cd10ec8 to
02f73ba
Compare
This comment has been minimized.
This comment has been minimized.
|
Arf, failed the rebase. Fixing it. |
02f73ba to
4780f21
Compare
|
@bors r+ |
Rollup of 5 pull requests Successful merges: - #142493 (rework `#[naked]` attribute parser) - #142636 (bootstrap.example.toml: use less contextual format) - #142822 (Make `PartialEq` a `const_trait`) - #142892 (Fix ICE on debug builds where lints are delayed on the crate root) - #142904 (notify me when rdg is touched) Failed merges: - #142827 (Move error code explanation removal check into tidy) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 9 pull requests Successful merges: - #140985 (Change `core::iter::Fuse`'s `Default` impl to do what its docs say it does) - #141324 (std: sys: random: uefi: Provide rdrand based fallback) - #142134 (Reject unsupported `extern "{abi}"`s consistently in all positions) - #142784 (Add codegen timing section) - #142827 (Move error code explanation removal check into tidy) - #142873 (Don't suggest changing a method inside a expansion) - #142908 (Fix install-template.sh for Solaris tr) - #142922 (Fix comment on NoMangle) - #142923 (fix `-Zmin-function-alignment` on functions without attributes) r? `@ghost` `@rustbot` modify labels: rollup
Its last use was removed in rust-lang#142827.
Its last use was removed in rust-lang#142827. (cherry picked from commit f2d0d52)
Follow-up of #142677.
This PR replaces a shell script with rust code.
r? ghost