Closed
Description
Tests with Mode::Pretty
aren't currently working because:
error: pretty-printing failed in round 0 revision None
status: exit code: 101
command: "rustc" "-" "-Zunstable-options" "--unpretty" "expanded" "--target" "x86_64-unknown-linux-gnu" "-L" "/tmp/target-attr.stage-id.pretty.aux" "-L" "crate=../target/debug/" "-L" "dependency=../target/debug/deps/"
stdout:
------------------------------------------
------------------------------------------
stderr:
------------------------------------------
error: Unrecognized option: 'unpretty'
------------------------------------------
It caused by changes in Rust #47440.
Instead of -Zunstable-options --unpretty TYPE
we need to use -Z unpretty=TYPE
.
Should it be enough just to propagate the changes here?
Metadata
Metadata
Assignees
Labels
No labels