Skip to content

Remove redundant dyn-compatibility check.#158477

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
theemathas:del-dyn-compat-check
Jun 29, 2026
Merged

Remove redundant dyn-compatibility check.#158477
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
theemathas:del-dyn-compat-check

Conversation

@theemathas

Copy link
Copy Markdown
Contributor

This check is already handled in
`rustc_trait_selection::traits::fulfill::FulfillProcessor::process_obligation`.
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jun 27, 2026
@oli-obk

oli-obk commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@rust-bors

rust-bors Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 5fad8a6 has been approved by oli-obk

It is now in the queue for this repository.

🌲 The tree is currently closed for pull requests below priority 1. This pull request will be tested once the tree is reopened.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 29, 2026
@rust-bors

This comment has been minimized.

@rust-bors

rust-bors Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

☀️ Test successful - CI
Approved by: oli-obk
Duration: 3h 28m 3s
Pushing 63f05e3 to main...

@rust-bors rust-bors Bot added merged-by-bors This PR was explicitly merged by bors. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jun 29, 2026
@rust-bors rust-bors Bot merged commit 63f05e3 into rust-lang:main Jun 29, 2026
14 checks passed
@rustbot rustbot added this to the 1.98.0 milestone Jun 29, 2026
@github-actions

Copy link
Copy Markdown
Contributor
What is this? This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.

Comparing 7fb284d (parent) -> 63f05e3 (this PR)

Test differences

Show 11 test diffs

11 doctest diffs were found. These are ignored, as they are noisy.

Test dashboard

Run

cargo run --manifest-path src/ci/citool/Cargo.toml -- \
    test-dashboard 63f05e3635171e7ac3f9ca78bad6c71052cda5a3 --output-dir test-dashboard

And then open test-dashboard/index.html in your browser to see an overview of all executed tests.

Job duration changes

  1. dist-apple-various: 1h 24m -> 1h 57m (+38.8%)
  2. i686-msvc-1: 2h 13m -> 3h 1m (+35.4%)
  3. dist-i686-msvc: 1h 31m -> 2h (+31.5%)
  4. i686-gnu-nopt-1: 2h 29m -> 1h 44m (-30.4%)
  5. x86_64-gnu-next-trait-solver-polonius: 1h 1m -> 44m 17s (-28.2%)
  6. dist-i686-mingw: 2h 8m -> 2h 41m (+25.4%)
  7. aarch64-apple: 2h 43m -> 3h 20m (+23.2%)
  8. dist-x86_64-apple: 1h 52m -> 2h 17m (+22.1%)
  9. x86_64-gnu-gcc-core-tests: 14m 26s -> 11m 28s (-20.5%)
  10. dist-powerpc64le-linux-gnu: 1h 17m -> 1h 31m (+17.3%)
How to interpret the job duration changes?

Job durations can vary a lot, based on the actual runner instance
that executed the job, system noise, invalidated caches, etc. The table above is provided
mostly for t-infra members, for simpler debugging of potential CI slow-downs.

@theemathas theemathas deleted the del-dyn-compat-check branch June 29, 2026 10:05
@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (63f05e3): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This perf run didn't have relevant results for this metric.

Max RSS (memory usage)

This perf run didn't have relevant results for this metric.

Cycles

This perf run didn't have relevant results for this metric.

Binary size

This perf run didn't have relevant results for this metric.

Bootstrap: 486.093s -> 486.982s (0.18%)
Artifact size: 393.66 MiB -> 393.22 MiB (-0.11%)

mergify Bot pushed a commit to ZcashFoundation/zebra that referenced this pull request Jul 1, 2026
…10869)

Nightly rustc from 2026-06-30 ICEs while type-checking the two
return-position `impl Service<..>` test helpers, breaking the required
Lint check's nightly `unused-deps` job. Return the concrete
`Buffer<BoxService<..>>` and `ReadStateService` types these helpers
already build, removing the opaque-type obligation that rust-lang/rust#158477
mishandles.
daira pushed a commit to daira/zebra that referenced this pull request Jul 1, 2026
…cashFoundation#10869)

Nightly rustc from 2026-06-30 ICEs while type-checking the two
return-position `impl Service<..>` test helpers, breaking the required
Lint check's nightly `unused-deps` job. Return the concrete
`Buffer<BoxService<..>>` and `ReadStateService` types these helpers
already build, removing the opaque-type obligation that rust-lang/rust#158477
mishandles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-bors This PR was explicitly merged by bors. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants