-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
[WIP] Yet again move some more early buffered lints to dyn lint diagnostics #149984
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
base: main
Are you sure you want to change the base?
Conversation
| pub is_formatting_arg: bool, | ||
| } | ||
|
|
||
| impl<'a> LintDiagnostic<'a, ()> for NamedArgumentUsedPositionally { |
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.
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%) |
Follow-up to #147634, #145881 and #145747.
TODO: Migrate all 7 remaining
rustc_resolveearly buffered lints.