Merge stdtest with std #1254
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Tests for the standard library are part of their own crate, out of a vague notion that it would improve turnaround during development. I don't think it has really turned out to be true, and putting tests next to code is really the model we're promoting, so let's just merge the two.
Fixing #721 would be very useful here so we don't have to worry about exporting the tests.
The text was updated successfully, but these errors were encountered: