rust/tests/ui/impl-trait/multiple-lifetimes
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
..
error-handling-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
error-handling-2.stderr Label opaque type for 'captures lifetime' error message 2023-03-03 05:02:34 +00:00
error-handling.polonius.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
error-handling.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
error-handling.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
inverse-bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
multiple-lifetimes.rs Rename tests to ensure they don't have overlapping names. 2023-03-22 21:12:40 -07:00
ordinary-bounds-pick-original-elided.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ordinary-bounds-pick-original-type-alias-impl-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ordinary-bounds-pick-original.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ordinary-bounds-pick-other.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ordinary-bounds-unrelated.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ordinary-bounds-unrelated.stderr Label opaque type for 'captures lifetime' error message 2023-03-03 05:02:34 +00:00
ordinary-bounds-unsuited.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ordinary-bounds-unsuited.stderr Label opaque type for 'captures lifetime' error message 2023-03-03 05:02:34 +00:00