[WIP] Yet again move some more early buffered lints to dyn lint diagnostics#149984
[WIP] Yet again move some more early buffered lints to dyn lint diagnostics#149984fmease wants to merge 4 commits intorust-lang:mainfrom
Conversation
| pub is_formatting_arg: bool, | ||
| } | ||
|
|
||
| impl<'a> LintDiagnostic<'a, ()> for NamedArgumentUsedPositionally { |
There was a problem hiding this comment.
Could be derived if we did the $ pushing eagerly (might impact perf, unlikely tho).
33daff4 to
475c181
Compare
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
…try> [WIP] Yet again move some more early buffered lints to dyn lint diagnostics
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…try> [WIP] Yet again move some more early buffered lints to dyn lint diagnostics
475c181 to
d4a2e3b
Compare
…try> [WIP] Yet again move some more early buffered lints to dyn lint diagnostics
|
@bors try |
|
⌛ Trying commit d4a2e3b with merge a2d6150… (The previously running try build was automatically cancelled.) To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/20208962961 |
…try> [WIP] Yet again move some more early buffered lints to dyn lint diagnostics
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
@rust-timer build a2d6150 |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (a2d6150): 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 (primary 0.5%, secondary -2.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.2%, secondary -0.1%)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: 476.492s -> 480.254s (0.79%) |
|
☔ The latest upstream changes (presumably #143924) made this pull request unmergeable. Please resolve the merge conflicts. |
Follow-up to #147634, #145881 and #145747.
TODO: Migrate all 7 remaining
rustc_resolveearly buffered lints.