Skip to content

Conversation

ChayimFriedman2
Copy link
Contributor

rust-analyzer would like to use a non-interned Probe there.

Also rename it to Probe for this reason.

We can make it Copy (although then Probe will need to be Clone for rust-analyzer) but it seems just non-needed.

r? types

rust-analyzer would like to use a non-interned `Probe` there.

Also rename it to `Probe` for this reason.
@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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver) labels Sep 3, 2025
@jackh726
Copy link
Member

jackh726 commented Sep 4, 2025

Reasonable enough.

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Sep 4, 2025

📌 Commit 5d13845 has been approved by jackh726

It is now in the queue for this repository.

@bors bors 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 Sep 4, 2025
Zalathar added a commit to Zalathar/rust that referenced this pull request Sep 4, 2025
Don't require next-solver `ProbeRef` to be `Copy`

rust-analyzer would like to use a non-interned `Probe` there.

Also rename it to `Probe` for this reason.

We can make it `Copy` (although then `Probe` will need to be `Clone` for rust-analyzer) but it seems just non-needed.

r? types
bors added a commit that referenced this pull request Sep 4, 2025
Rollup of 5 pull requests

Successful merges:

 - #145682 (Promote aarch64-pc-windows-msvc to Tier 1)
 - #145690 (Implement Integer funnel shifts)
 - #146119 (compiletest: Implement an experimental `--new-output-capture` mode)
 - #146168 (Update bootstrap's dependencies to remove winapi and old windows-sys)
 - #146182 (Don't require next-solver `ProbeRef` to be `Copy`)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit b4f76b3 into rust-lang:master Sep 4, 2025
10 checks passed
rust-timer added a commit that referenced this pull request Sep 4, 2025
Rollup merge of #146182 - ChayimFriedman2:ns-probe, r=jackh726

Don't require next-solver `ProbeRef` to be `Copy`

rust-analyzer would like to use a non-interned `Probe` there.

Also rename it to `Probe` for this reason.

We can make it `Copy` (although then `Probe` will need to be `Clone` for rust-analyzer) but it seems just non-needed.

r? types
@rustbot rustbot added this to the 1.91.0 milestone Sep 4, 2025
@ChayimFriedman2 ChayimFriedman2 deleted the ns-probe branch September 4, 2025 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants