rust/tests/ui/impl-trait/in-trait
2023-03-12 10:50:32 -03:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
box-coerce-span-in-default.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
box-coerce-span-in-default.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deep-match-works.rs Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
deep-match.current.stderr Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
deep-match.next.stderr Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
deep-match.rs Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
default-body-type-err-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
default-body-type-err-2.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
default-body-type-err.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
default-body-type-err.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
default-body-with-rpit.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
default-body.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
default-method-binder-shifting.current.stderr Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
default-method-binder-shifting.next.stderr Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
default-method-binder-shifting.rs Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
default-method-constraint.rs Add a test for default trait method with RPITITs 2023-02-21 02:01:26 +00:00
default-method-constraint.stderr Add a test for default trait method with RPITITs 2023-02-21 02:01:26 +00:00
doesnt-satisfy.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doesnt-satisfy.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont-project-to-rpitit-with-no-value.rs Don't project to RPITIT that has no default value 2023-03-04 18:36:02 +00:00
dont-project-to-rpitit-with-no-value.stderr Don't project to RPITIT that has no default value 2023-03-04 18:36:02 +00:00
early.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
encode.rs Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
foreign.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generics-mismatch.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generics-mismatch.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102140.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102140.stderr Make &-removal suggestion verbose 2023-01-11 21:38:54 +00:00
issue-102301.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102571.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102571.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-signature-matches.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-signature-matches.stderr Remove confusing 'while checking' note from opaque future type mismatches 2023-01-22 17:02:47 +00:00
nested-rpitit.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
object-safety.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
object-safety.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
opaque-in-impl-is-opaque.current.stderr Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
opaque-in-impl-is-opaque.next.stderr Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
opaque-in-impl-is-opaque.rs Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
opaque-in-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
reveal.rs Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
signature-mismatch.current.stderr Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
signature-mismatch.next.stderr Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
signature-mismatch.rs Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
specialization-broken.rs Descriptive error when users try to combine RPITIT/AFIT with specialization 2023-02-28 02:03:43 +00:00
specialization-broken.stderr Descriptive error when users try to combine RPITIT/AFIT with specialization 2023-02-28 02:03:43 +00:00
specialization-substs-remap.rs Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
success.rs Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-12 10:50:32 -03:00
trait-more-generics-than-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-more-generics-than-impl.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
wf-bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
wf-bounds.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
where-clause.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00