rust/compiler/rustc_infer/src
Nicholas Nethercote 4ae3c85a5e Use the name var_kinds more.
Variables that are collections of `CanonicalVarKind` are sometimes
called `var_kinds` and sometimes called `variables`. The former is much
better, because `variables` is (a) non-descript, and (b) often used
nearby for collections of `I::GenericArg`. I found the inconsistency
made the canonicalization code harder to understand.

This commit renames various `variables` things as `var_kinds`.
2026-01-08 13:37:34 +11:00
..
infer Use the name var_kinds more. 2026-01-08 13:37:34 +11:00
traits fudge infer vars in cause code intentionally 2025-12-01 12:40:49 +08:00
errors.rs Rename errors/mod.rs as errors.rs. 2024-10-07 09:50:50 +11:00
lib.rs Unify the configuration of the compiler docs 2025-11-05 11:25:27 +00:00