Noticed it causing issues with cargo as it uses --emit=dep-info,link and then parses the files as part of the fingerprinting process.
It seems every instance of macro generated code (e.g. via serde_derive) creates a rustc-macro\ source\ code entry into this file which when cargo tries to look up it can't find.
Cargo issue: rust-lang/cargo#3094
Noticed it causing issues with cargo as it uses
--emit=dep-info,linkand then parses the files as part of the fingerprinting process.It seems every instance of macro generated code (e.g. via serde_derive) creates a
rustc-macro\ source\ codeentry into this file which when cargo tries to look up it can't find.Cargo issue: rust-lang/cargo#3094