mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +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 rustc works, see the rustc dev guide.