-Zunpretty=expanded
does not emit dep-info
anymore (1.68 -> 1.69)
#112898
Labels
C-bug
Category: This is a bug.
regression-untriaged
Untriaged performance or correctness regression.
requires-nightly
This issue requires a nightly compiler in some way.
Related: #93201 (i.e. having
expanded
as an actual--emit
would be nice).We use
-Zunpretty=expanded
in the kernel to provide the expanded output in.rsi
outputs/targets. The dependency information is not critical, but the change made our Make target fail (so we need a change on the kernel side), and it would be nice nevertheless to have the dependency information (assuming it is accurate), e.g. we also use it for similar outputs like.ll
and.s
.The text was updated successfully, but these errors were encountered: