mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
8236f63aba
Fix missing dependency file with `-Zunpretty` This PR force the `output_filenames` to be run ~~in every early exits like~~ when using `-Zunpretty`, so to respect the `dep-info` flag. Fixes https://github.com/rust-lang/rust/issues/112898 r? `@oli-obk`