I think that the changes in #22235 mean that the `dep-info` output includes too many files now: ``` $ touch foo.rs $ rustc foo.rs --crate-type lib --emit=dep-info $ cat foo.d ``` [output](https://gist.githubusercontent.com/alexcrichton/3cdd08e3a5eb4d8ad733/raw/ac3a0c1909ccebfd84312fdf38195fe9e0a195d2/gistfile1.txt) cc @michaelwoerister