-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-infraCI and workflow issuesCI and workflow issues
Description
Rust-analyzer supports several diagnostics, running it against the rustc ui tests and checking the equivalency of them (we don't have equal error messages and spans, but even checking the count of errors will probably work) can help a lot in discovering rare edge case bugs in the analysis and diagnostics logic I think.
We can start having them in metrics (as it will probably have many fails at the start) and later moving them into the CI if there were near zero problems and it was fast to check.
Metadata
Metadata
Assignees
Labels
A-infraCI and workflow issuesCI and workflow issues