rust/compiler/rustc_next_trait_solver
Nicholas Nethercote f824083970 Make Canonicalizer::variables owned.
Currently it's a mutable reference, but it doesn't need to be, because
what's passed in is always a mutable reference to an empty `Vec`. This
requires returning variables in a few extra places, which is fine. It
makes the handling of `variables` the same as the handling of
`var_kinds` and `variable_lookup_table`.
2026-01-08 15:03:56 +11:00
..
src Make Canonicalizer::variables owned. 2026-01-08 15:03:56 +11:00
Cargo.toml Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00