about summary refs log tree commit diff
path: root/tests/ui/ufcs/ufcs-polymorphic-paths.rs
AgeCommit message (Collapse)AuthorLines
2023-12-10remove redundant importssurechen-2/+1
detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR.
2023-04-02Move some UI tests into subdirectoriesjyn-0/+154
to avoid going over the existing limit now that the ui-fulldeps tests have been moved to ui.