Remove redundant dyn-compatibility check.#158477
Conversation
This check is already handled in `rustc_trait_selection::traits::fulfill::FulfillProcessor::process_obligation`.
|
@bors r+ rollup |
This comment has been minimized.
This comment has been minimized.
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 differencesShow 11 test diffs11 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 63f05e3635171e7ac3f9ca78bad6c71052cda5a3 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (63f05e3): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis 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. CyclesThis perf run didn't have relevant results for this metric. Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 486.093s -> 486.982s (0.18%) |
…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.
…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.
This check is already handled in
rustc_trait_selection::traits::fulfill::FulfillProcessor::process_obligation.r? types