Remove BuiltinLintDiag#154912
Conversation
|
Some changes occurred in compiler/rustc_attr_parsing |
|
|
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Remove `BuiltinLintDiag`
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (91d403a): comparison URL. Overall result: ❌ regressions - no action neededBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary -1.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 2.9%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 487.739s -> 488.37s (0.13%) |
There was a problem hiding this comment.
@bors r+ rollup=iffy
Rollup=iffy because of the minor perf effect, which should be easy to pick out of a rollup since it's only one secondary test
…uwer Rollup of 6 pull requests Successful merges: - #154912 (Remove `BuiltinLintDiag`) - #154598 (test `#[naked]` with `#[link_section = "..."]` on windows) - #154719 (Hexagon inline asm: add reg_pair, vreg, vreg_pair, and qreg register classes) - #154057 (Parenthesize block-like expressions in index base of pretty printer) - #154893 (make `expected_literal` positive) - #155002 (Clarify that `core::range` ranges do not have special syntax)
Rollup merge of #154912 - GuillaumeGomez:migrate-diag, r=JonathanBrouwer Remove `BuiltinLintDiag` Part of #153099. We're finally getting rid of `BuiltinLintDiag`! \o/ Next step, `AttributeLint`. :3 r? @JonathanBrouwer
Part of #153099.
We're finally getting rid of
BuiltinLintDiag! \o/Next step,
AttributeLint. :3r? @JonathanBrouwer