-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Milestone
Description
The tests no longer depend on librustc. This one shouldn't either. It is easy to reproduce the situation that led to the bug in a module inside the test program, there's no need to reach into the internals of librustc (in fact, that's very fragile, and might even result in the test passing when the bug resurfaces, since the imports in rustc/middle/ty.rs can change at any time).
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.