mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
baa74a85ee
There is a bunch of plumbing to record the string `"foo"` for each variant `DepKind::foo`. But that's what the `Debug `impl` now produces. So this commit removes the plumbing.
For more information about how the query system works, see the rustc dev guide.