Move meta tests to compiletest-self-test, bootstrap dir

This commit is contained in:
reddevilmidzy 2026-02-08 13:09:08 +00:00
parent 86f1affe5a
commit c92f384eb1
11 changed files with 0 additions and 6 deletions

View file

@ -909,12 +909,6 @@ See [Tracking issue for allowing overlapping implementations for marker trait #2
Broad category of tests on `match` constructs.
## `tests/ui/meta/`: Tests for compiletest itself
These tests check the function of the UI test suite at large and Compiletest in itself.
**FIXME**: This should absolutely be merged with `tests/ui/compiletest-self-test/`.
## `tests/ui/methods/`
A broad category for anything related to methods and method resolution.