rust/tests/ui/use
Eric Huss 2da2ade0f7 Rename tests to ensure they don't have overlapping names.
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-03-22 21:12:40 -07:00
..
auxiliary
use-mod
issue-18986.rs
issue-18986.stderr
issue-60976-extern-use-primitive-type.rs
use-after-move-based-on-type.rs
use-after-move-based-on-type.stderr
use-after-move-implicity-coerced-object.rs
use-after-move-implicity-coerced-object.stderr
use-after-move-self-based-on-type.rs
use-after-move-self-based-on-type.stderr
use-after-move-self.rs
use-after-move-self.stderr
use-associated-const.rs
use-associated-const.stderr
use-crate-self.rs
use-crate-self.stderr
use-from-trait-xc.rs
use-from-trait-xc.stderr
use-from-trait.rs
use-from-trait.stderr
use-keyword.rs
use-keyword.stderr
use-meta-mismatch.rs
use-meta-mismatch.stderr
use-nested-groups-error.rs
use-nested-groups-error.stderr
use-nested-groups-unused-imports.rs
use-nested-groups-unused-imports.stderr
use-paths-as-items.rs
use-paths-as-items.stderr
use-self-type.rs
use-self-type.stderr
use-super-global-path.rs
use-super-global-path.stderr
use.rs