Parallel execution may result in duplicate error messages #58965
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-parallel-queries
Area: Parallel query execution
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When executing parallel blocks we'll reveal more error messages because we don't immediately stop at the first fatal one. This may lead to duplicate error messages however. For example
src/test/ui/issues/issue-21946.rs
the from test suite:Produces:
We should look into deduplicating these error messages.
The text was updated successfully, but these errors were encountered: