error index tests are not run during make check
#31587
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
#30726 adds testing of the error index. They run on
make check-docs
but not yet onmake check
. They should.This is just a matter of deciphering tests.mk and figuring the right rule to add.
The text was updated successfully, but these errors were encountered: