Regression: duplicate messages appear in --error-format=json #106571
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
(host: x86_64-unknown-linux-gnu)
Notice that the first "compiler-message" (3rd JSON object) in the nightly-2023-01-02 output appears twice (3rd and 4th JSON object) in the nightly-2023-01-03 output. The duplicate lines are exactly identical.
If CARGO_INCREMENTAL=0 is set, the duplication does not occur.
The regression bisects to #84762. @cjgillot @petrochenkov
I am reporting this here instead of rust-lang/cargo because the description of that PR makes it sound like it was intended to be an internal refactor only with no user-facing consequence.
The text was updated successfully, but these errors were encountered: