rust/tests/ui/impl-trait
2023-05-27 17:37:16 +00:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
diagnostics Move /src/test to /tests 2023-01-11 09:32:08 +00:00
explicit-generic-args-with-impl-trait diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
in-trait Note base types of coercion 2023-05-12 00:10:52 +00:00
issues Don't print backtrace on ICEs in issue-86800.rs. 2023-05-05 07:04:06 +10:00
multiple-lifetimes Rename tests to ensure they don't have overlapping names. 2023-03-22 21:12:40 -07:00
arg-position-impl-trait-too-long.rs Don't print newlines in APITs 2023-05-25 02:45:14 +00:00
arg-position-impl-trait-too-long.stderr Don't print newlines in APITs 2023-05-25 02:45:14 +00:00
associated-impl-trait-type-generic-trait.rs Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
associated-impl-trait-type-trivial.rs Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
associated-impl-trait-type.rs Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
async_scope_creep.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-trait-leak-rpass.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-trait-leak.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-trait-leak.stderr Give more descriptive names to queries. 2023-04-20 18:01:07 +00:00
auto-trait-leak2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-trait-leak2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-trait.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
autoderef.rs Check nested obligations during coercion unify 2023-05-27 17:37:16 +00:00
bound-normalization-fail.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bound-normalization-fail.stderr Hide more of long types in E0271 2023-01-11 21:40:39 +00:00
bound-normalization-pass.rs Remove save-analysis. 2023-02-16 15:14:45 +11:00
bounds_regression.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
can-return-unconstrained-closure.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
closure-calling-parent-fn.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
closure-in-impl-trait-arg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
closure-in-impl-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cross-return-site-inference.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cross-return-site-inference.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deduce-signature-from-supertrait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deprecated_annotation.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
divergence.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
does-not-live-long-enough.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
does-not-live-long-enough.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dyn-trait-elided-two-inputs-assoc.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dyn-trait-elided-two-inputs-param.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dyn-trait-elided-two-inputs-ref-assoc.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dyn-trait-elided-two-inputs-ref-param.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dyn-trait-return-should-be-impl-trait.rs Remove return type sized check hack from hir typeck 2023-05-18 01:53:01 +00:00
dyn-trait-return-should-be-impl-trait.stderr Remove return type sized check hack from hir typeck 2023-05-18 01:53:01 +00:00
equal-hidden-lifetimes.rs Convert a hard-warning about named static lifetimes into lint "unused_lifetimes" 2023-02-22 09:44:26 +08:00
equality-rpass.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
equality-rpass.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
equality.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
equality.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
equality2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
equality2.stderr Mention fn coercion rules (needs to be expanded) 2023-01-30 21:51:33 +00:00
example-calendar.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
example-st.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extra-impl-in-trait-impl.fixed improve error for impl<..> impl Trait for Type 2023-05-13 10:51:21 +02:00
extra-impl-in-trait-impl.rs improve error for impl<..> impl Trait for Type 2023-05-13 10:51:21 +02:00
extra-impl-in-trait-impl.stderr improve error for impl<..> impl Trait for Type 2023-05-13 10:51:21 +02:00
extra-item.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extra-item.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fallback.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fallback_inference.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fallback_inference.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-self-return-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-self-return-type.stderr Tweak E0597 2023-01-15 19:46:20 +00:00
generic-with-implicit-hrtb-without-dyn.edition2015.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generic-with-implicit-hrtb-without-dyn.edition2021.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generic-with-implicit-hrtb-without-dyn.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
hidden-lifetimes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
hidden-lifetimes.stderr Label opaque type for 'captures lifetime' error message 2023-03-03 05:02:34 +00:00
hidden-type-is-opaque-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
hidden-type-is-opaque-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
hidden-type-is-opaque.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-fn-hrtb-bounds-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-fn-hrtb-bounds-2.stderr Remove index from BrAnon 2023-04-06 23:01:40 -04:00
impl-fn-hrtb-bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-fn-hrtb-bounds.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-fn-parsing-ambiguities.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-fn-parsing-ambiguities.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-fn-predefined-lifetimes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-fn-predefined-lifetimes.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-generic-mismatch-ab.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-generic-mismatch-ab.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-generic-mismatch.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-generic-mismatch.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-trait-in-macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-trait-in-macro.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-trait-plus-priority.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-trait-plus-priority.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl_fn_associativity.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl_trait_projections.rs When suggesting writing a fully qualified path probe for appropriate types 2023-01-11 21:30:10 +00:00
impl_trait_projections.stderr When suggesting writing a fully qualified path probe for appropriate types 2023-01-11 21:30:10 +00:00
in-assoc-type-unconstrained.rs Use the opaque_types_defined_by query to cheaply check for whether a hidden type may be registered for an opaque type 2023-05-12 10:26:50 +00:00
in-assoc-type-unconstrained.stderr Use the opaque_types_defined_by query to cheaply check for whether a hidden type may be registered for an opaque type 2023-05-12 10:26:50 +00:00
in-assoc-type.rs Use the opaque_types_defined_by query to cheaply check for whether a hidden type may be registered for an opaque type 2023-05-12 10:26:50 +00:00
in-assoc-type.stderr Use the opaque_types_defined_by query to cheaply check for whether a hidden type may be registered for an opaque type 2023-05-12 10:26:50 +00:00
issue-35668.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-35668.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-36792.rs Move test files 2023-04-20 15:06:17 -03:00
issue-46959.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-49556.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-49579.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-49685.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-51185.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-54966.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-54966.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-55872-1.rs Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
issue-55872-1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-55872-2.drop_tracking.stderr Test the 3 generator handling versions for generator/async tests. 2023-01-27 18:58:13 +00:00
issue-55872-2.drop_tracking_mir.stderr Bless tests. 2023-01-27 20:10:17 +00:00
issue-55872-2.no_drop_tracking.stderr Test the 3 generator handling versions for generator/async tests. 2023-01-27 18:58:13 +00:00
issue-55872-2.rs Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
issue-55872-3.rs Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
issue-55872-3.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-55872.rs Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
issue-55872.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-56445.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-68532.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-72911.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-72911.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-86465.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-86465.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-87450.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-87450.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99073-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99073-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99073.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99073.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99642-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99642.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99914.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99914.stderr fix: improve the suggestion on future not awaited 2023-02-13 16:23:23 +01:00
issue-100075-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-100075-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-100075.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-100075.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-100187.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102605.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102605.stderr fix: improve the suggestion on future not awaited 2023-02-13 16:23:23 +01:00
issue-103181-1.current.stderr Use error term if missing associated item in new solver 2023-05-16 16:02:17 +00:00
issue-103181-1.next.stderr Use error term if missing associated item in new solver 2023-05-16 16:02:17 +00:00
issue-103181-1.rs Use error term if missing associated item in new solver 2023-05-16 16:02:17 +00:00
issue-103181-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-103181-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-103599.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-103599.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-108591.rs Add tests. 2023-04-16 09:58:08 +00:00
issue-108592.rs Add tests. 2023-04-16 09:58:08 +00:00
lifetimes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lifetimes2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-suggestion-no-duplication.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-suggestion-no-duplication.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
multiple-defining-usages-in-body.rs Add test for RPIT defined with different hidden types with different substs 2023-05-26 00:14:12 +03:00
multiple-defining-usages-in-body.stderr Add test for RPIT defined with different hidden types with different substs 2023-05-26 00:14:12 +03:00
must_outlive_least_region_or_bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
must_outlive_least_region_or_bound.stderr Label opaque type for 'captures lifetime' error message 2023-03-03 05:02:34 +00:00
needs_least_region_or_bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
negative-reasoning.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
negative-reasoning.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type2-tait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type2-tait.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type2-tait2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type2-tait2.stderr Note predicate span on ImplDerivedObligation 2023-01-11 19:46:45 +00:00
nested-return-type2-tait3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type2-tait3.stderr Note predicate span on ImplDerivedObligation 2023-01-11 19:46:45 +00:00
nested-return-type2.rs Nested impl traits trigger opaque_hidden_inferred_bound too much 2023-03-23 06:19:52 +00:00
nested-return-type3-tait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type3-tait.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type3-tait2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type3-tait2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type3-tait3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type3-tait3.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type3.rs Nested impl traits trigger opaque_hidden_inferred_bound too much 2023-03-23 06:19:52 +00:00
nested-return-type4.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-return-type4.stderr Label opaque type for 'captures lifetime' error message 2023-03-03 05:02:34 +00:00
nested-rpit-hrtb.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-rpit-hrtb.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-rpit-with-anonymous-lifetimes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested_impl_trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested_impl_trait.stderr pluralize stuff 2023-02-22 21:52:26 +00:00
nesting.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-method-suggested-traits.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-method-suggested-traits.stderr Special-case item attributes in the suggestion output 2023-04-12 22:50:10 +00:00
no-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-trait.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
normalize-tait-in-const.rs Normalize line+col in normalize-tait-in-const test 2023-02-22 17:05:04 +00:00
normalize-tait-in-const.stderr Normalize line+col in normalize-tait-in-const test 2023-02-22 17:05:04 +00:00
object-unsafe-trait-in-return-position-dyn-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
object-unsafe-trait-in-return-position-dyn-trait.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
object-unsafe-trait-in-return-position-impl-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
object-unsafe-trait-in-return-position-impl-trait.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
point-to-type-err-cause-on-impl-trait-return.rs Remove return type sized check hack from hir typeck 2023-05-18 01:53:01 +00:00
point-to-type-err-cause-on-impl-trait-return.stderr Remove return type sized check hack from hir typeck 2023-05-18 01:53:01 +00:00
printing-binder.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
printing-binder.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
private_unused.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projection-mismatch-in-impl-where-clause.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projection-mismatch-in-impl-where-clause.stderr Note predicate span on ImplDerivedObligation 2023-01-11 19:46:45 +00:00
projection.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
question_mark.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-generator.rs Label closure captures/generator locals that make opaque types recursive 2023-01-21 05:49:36 +00:00
recursive-generator.stderr Label closure captures/generator locals that make opaque types recursive 2023-01-21 05:49:36 +00:00
recursive-impl-trait-type-direct.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-impl-trait-type-indirect.drop_tracking.stderr Test the 3 generator handling versions for generator/async tests. 2023-01-27 18:58:13 +00:00
recursive-impl-trait-type-indirect.drop_tracking_mir.stderr drop_tracking_mir: diagnose recursive generator. 2023-03-05 08:29:35 +00:00
recursive-impl-trait-type-indirect.no_drop_tracking.stderr Test the 3 generator handling versions for generator/async tests. 2023-01-27 18:58:13 +00:00
recursive-impl-trait-type-indirect.rs Test the 3 generator handling versions for generator/async tests. 2023-01-27 18:58:13 +00:00
recursive-impl-trait-type-through-non-recursive.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-impl-trait-type-through-non-recursive.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-type-alias-impl-trait-declaration-too-subtle-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-type-alias-impl-trait-declaration-too-subtle-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-type-alias-impl-trait-declaration-too-subtle.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-type-alias-impl-trait-declaration-too-subtle.stderr Use the opaque_types_defined_by query to cheaply check for whether a hidden type may be registered for an opaque type 2023-05-12 10:26:50 +00:00
recursive-type-alias-impl-trait-declaration.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
region-escape-via-bound-contravariant-closure.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
region-escape-via-bound-contravariant.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
region-escape-via-bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
region-escape-via-bound.stderr Label opaque type for 'captures lifetime' error message 2023-03-03 05:02:34 +00:00
return-position-impl-trait-minimal.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rpit-assoc-pair-with-lifetime.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rpit-not-sized.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rpit-not-sized.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
static-return-lifetime-infered.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
static-return-lifetime-infered.stderr Label opaque type for 'captures lifetime' error message 2023-03-03 05:02:34 +00:00
suggest-calling-rpit-closure.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-calling-rpit-closure.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait_resolution.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait_type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait_type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
two_tait_defining_each_other.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
two_tait_defining_each_other.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
two_tait_defining_each_other2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
two_tait_defining_each_other2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
two_tait_defining_each_other3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
two_tait_defining_each_other3.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-alias-generic-param.rs Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
type-alias-impl-trait-in-fn-body.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-arg-mismatch-due-to-impl-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-arg-mismatch-due-to-impl-trait.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type_parameters_captured.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type_parameters_captured.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unactionable_diagnostic.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unactionable_diagnostic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unactionable_diagnostic.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal-mismatched-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal-mismatched-type.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
universal-two-impl-traits.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal-two-impl-traits.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal_hrtb_anon.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal_hrtb_named.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal_in_adt_in_parameters.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal_in_impl_trait_in_parameters.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal_in_trait_defn_parameters.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal_multiple_bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal_wrong_bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal_wrong_bounds.stderr Special-case item attributes in the suggestion output 2023-04-12 22:50:10 +00:00
universal_wrong_hrtb.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
universal_wrong_hrtb.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsafety-checking-cycle.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
wf-eval-order.rs vars are ? 2023-04-25 19:53:09 +00:00
where-allowed-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
where-allowed-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
where-allowed.rs Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
where-allowed.stderr Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
xcrate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
xcrate_simple.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00