about summary refs log tree commit diff
path: root/tests/ui/use
AgeCommit message (Collapse)AuthorLines
2023-11-24Show number in error message even for one errorNilstrieb-12/+12
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+2
2023-08-02Resolve visibility paths as modules not as types.Camille GILLOT-2/+2
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-1/+1
2023-06-22typoTshepang Mbambo-1/+1
2023-05-16Better diagnostic for `use Self::..`clubby789-1/+1
2023-03-22Rename tests to ensure they don't have overlapping names.Eric Huss-0/+23
Some tests will delete their output directory before starting. The output directory is based on the test names. If one test is the prefix of another test, then when that test starts, it could try to delete the output directory of the other test with the longer path.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+845