mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
c5381dd987
Rename trait `DepNodeParams` to `DepNodeKey` In query system plumbing, we usually refer to a query's explicit argument value as a “key”. The first few commits do some preliminary cleanup that would conflict with the rename; the rename itself is in the final commit. r? nnethercote (or compiler)