-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 6 pull requests #113837
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
Rollup of 6 pull requests #113837
Conversation
also, treat placeholders equal to params
…-suggestion, r=oli-obk Fix removal span calculation of `unused_qualifications` suggestion Given a path such as `std::ops::Index<str>`, calculate the unnecessary qualification removal span by computing the beginning of the entire span until the ident span of the last path segment, which handles generic arguments and lifetime arguments in the last path segment. Previous logic only kept the ident span of the last path segment which is incorrect. Closes rust-lang#113808.
docs(release): Remove nightly-only cargo item See rust-lang/cargo#12343
…alias-display, r=notriddle Fix results search alias display Currently it's displayed like this:  With this fix:  r? `@notriddle`
a small `fn needs_drop` refactor I am generally a fan of exhaustively matching on `TyKind` once we care about more than 1 variant
…=oli-obk Ping spastorino on changes to SMIR r? `@oli-obk`
…compiler-errors Add `#[track_caller]` to lint related diagnostic functions This fixes locations reported by `-Ztrack-diagnostics`.
@bors r+ rollup=never p=6 |
This comment was marked as outdated.
This comment was marked as outdated.
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 8d361cbd91 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (42a982d): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 658.585s -> 660.475s (0.29%) |
Successful merges:
unused_qualifications
suggestion #113811 (Fix removal span calculation ofunused_qualifications
suggestion)fn needs_drop
refactor #113824 (a smallfn needs_drop
refactor)#[track_caller]
to lint related diagnostic functions #113832 (Add#[track_caller]
to lint related diagnostic functions)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup