rust/compiler/rustc_middle
Jacob Pratt b4f76b3de8
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
2025-09-04 01:43:22 -04:00
..
src Rollup merge of #146182 - ChayimFriedman2:ns-probe, r=jackh726 2025-09-04 01:43:22 -04:00
Cargo.toml Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
messages.ftl Add support for shortening Instance and use it 2025-08-06 22:21:49 +00:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.