-Z unpretty=expanded does not emit anything when abort happens during lowering #60857
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
A-pretty
Area: Pretty printing (including `-Z unpretty`)
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
For example, say I have:
and then I have some
abort_if_errors
in HIR lowering that this will trigger.This causes an error and no prettied output.
Meanwhile, I expect compilation to stop after dumping the prettied output.
cc @Zoxc @oli-obk
The text was updated successfully, but these errors were encountered: