rust/tests/ui/associated-inherent-types
2026-02-11 18:08:18 +09:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bugs Don't build ParamEnv and do trait solving in ItemCtxts 2025-06-17 14:18:34 +01:00
ambiguity.rs Use InferCtxt::probe to properly detect ambiguous candidates 2023-02-19 18:35:35 +01:00
ambiguity.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
assoc-inherent-late-bound.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
assoc-inherent-no-body.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-inherent-no-body.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
assoc-inherent-private.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-inherent-private.stderr Cleanup: HIR ty lowering: Consolidate assoc item access checking 2024-06-04 23:13:16 +02:00
assoc-inherent-unstable.rs use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00
assoc-inherent-unstable.stderr use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00
assoc-inherent-use.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
bound_vars_in_args.rs Reviews 2025-06-18 17:51:22 +01:00
bound_vars_in_args.stderr Dont replace escaping bound vars in item sigs 2025-06-17 14:48:17 +01:00
candidate-with-alias-2.rs Reviews 2025-06-18 17:51:22 +01:00
candidate-with-alias-2.stderr Reviews 2025-06-18 17:51:22 +01:00
candidate-with-alias.rs Reviews 2025-06-18 17:51:22 +01:00
const-generics.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
constrain_opaque_types_during_projection.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
dispatch-on-self-type-0.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dispatch-on-self-type-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dispatch-on-self-type-2.rs Type-directed probing for inherent associated types 2023-02-19 18:35:28 +01:00
dispatch-on-self-type-2.stderr Fix substitution bug 2023-02-19 18:35:35 +01:00
dont-select-if-disabled.rs Don't perform selection if IATs are not enabled 2023-07-03 14:33:38 +02:00
dont-select-if-disabled.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
fall-back-to-trait-candidate.rs IAT: Reinstate early bailout 2025-11-09 22:52:28 +01:00
former-subst-ice.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
generic-associated-types-bad.item.stderr Work around the fact that check_mod_type_wf may spuriously return ErrorGuaranteed, even if that error is only emitted by check_modwitem_types 2023-10-25 12:04:54 +00:00
generic-associated-types-bad.local.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
generic-associated-types-bad.region.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
generic-associated-types-bad.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
generic-const-exprs.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
hr-do-not-blame-outlives-static-ice.rs internal constraints are better than placeholder outlives 2025-09-18 13:57:42 +02:00
hr-do-not-blame-outlives-static-ice.stderr internal constraints are better than placeholder outlives 2025-09-18 13:57:42 +02:00
iat-in-where-bound.rs Don't build ParamEnv and do trait solving in ItemCtxts 2025-06-17 14:18:34 +01:00
iat-inside-of-adt.rs Don't build ParamEnv and do trait solving in ItemCtxts 2025-06-17 14:18:34 +01:00
impl_params_are_infers.rs Test whether we use DeepRejectCtxt 2025-06-17 14:18:34 +01:00
impl_params_are_infers.stderr Test whether we use DeepRejectCtxt 2025-06-17 14:18:34 +01:00
inference-fail.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
inference-fail.stderr Bless tests 2026-02-11 18:08:18 +09:00
inference.rs Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
inhabited-predicates.rs Don't build ParamEnv and do trait solving in ItemCtxts 2025-06-17 14:18:34 +01:00
inhabited-predicates.stderr Don't build ParamEnv and do trait solving in ItemCtxts 2025-06-17 14:18:34 +01:00
issue-104260.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-109071.no_gate.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-109071.rs Allow type_of to return partially non-error types if the type was already tainted 2024-05-28 11:55:20 +00:00
issue-109071.with_gate.stderr Allow type_of to return partially non-error types if the type was already tainted 2024-05-28 11:55:20 +00:00
issue-109299-1.rs Dont replace escaping bound vars in item sigs 2025-06-17 14:48:17 +01:00
issue-109299-1.stderr Dont replace escaping bound vars in item sigs 2025-06-17 14:48:17 +01:00
issue-109299.rs Stop proving outlives constraints on regions we already reported errors on 2024-05-29 09:27:07 +00:00
issue-109299.stderr Make missing lifetime suggestion verbose 2025-06-24 18:59:42 +00:00
issue-109768.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-109768.stderr More sophisticated span trimming 2025-02-21 00:41:17 +00:00
issue-109789.rs Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
issue-109789.stderr Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
issue-109790.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-111404-0.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-111404-1.rs Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
issue-111404-1.stderr Region inference: Use outlives-static constraints in constraint search 2025-08-22 13:38:22 +02:00
issue-111879-0.rs Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00
issue-111879-0.stderr Avoid looking at HIR for trait and impl items 2025-06-30 08:45:43 +00:00
issue-111879-1.rs Add tests for pretty-printing inherent projections 2023-05-24 01:17:38 +02:00
issue-111879-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
late-bound-regions.rs Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00
late-bound-regions.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
multiple-candidates-in-adt-field-1.rs Don't build ParamEnv and do trait solving in ItemCtxts 2025-06-17 14:18:34 +01:00
multiple-candidates-in-adt-field-2.rs Reviews 2025-06-18 17:51:22 +01:00
multiple-candidates-in-adt-field-2.stderr Don't build ParamEnv and do trait solving in ItemCtxts 2025-06-17 14:18:34 +01:00
multiple-candidates-in-adt-field-3.rs Don't build ParamEnv and do trait solving in ItemCtxts 2025-06-17 14:18:34 +01:00
normalization-overflow.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
normalization-overflow.stderr Avoid looking at HIR for trait and impl items 2025-06-30 08:45:43 +00:00
normalize-projection-0.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
normalize-projection-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
not-found-self-type-differs.rs Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00
not-found-self-type-differs.stderr mgca: Lower all const paths as ConstArgKind::Path 2025-03-04 10:11:13 -05:00
not-found-unsatisfied-bounds-0.rs Use the correct ParamEnv 2023-02-19 18:35:34 +01:00
not-found-unsatisfied-bounds-0.stderr mgca: Lower all const paths as ConstArgKind::Path 2025-03-04 10:11:13 -05:00
not-found-unsatisfied-bounds-1.rs Use the correct ParamEnv 2023-02-19 18:35:34 +01:00
not-found-unsatisfied-bounds-1.stderr mgca: Lower all const paths as ConstArgKind::Path 2025-03-04 10:11:13 -05:00
not-found-unsatisfied-bounds-in-multiple-impls.rs Collect fulfillment errors across impls 2023-02-19 22:54:08 +01:00
not-found-unsatisfied-bounds-in-multiple-impls.stderr mgca: Lower all const paths as ConstArgKind::Path 2025-03-04 10:11:13 -05:00
prefer-inherent-over-trait.rs IAT: Reinstate early bailout 2025-11-09 22:52:28 +01:00
private-in-public.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
private-in-public.stderr Replace old private-in-public diagnostic with type privacy lints 2023-08-02 13:40:28 +03:00
really_deep_self_ty_mismatch.rs Don't build ParamEnv and do trait solving in ItemCtxts 2025-06-17 14:18:34 +01:00
regionck-0.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
regionck-0.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
regionck-1.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
regionck-1.stderr Avoid looking at HIR for trait and impl items 2025-06-30 08:45:43 +00:00
regionck-2.rs Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
regionck-2.stderr Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
style.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
style.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
substitute-params-bad.rs Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00
substitute-params-bad.stderr Fix substitution bug 2023-02-19 18:35:35 +01:00
substitute-params.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-alias-bounds.rs Improve the impl and diag output of lint type_alias_bounds 2024-07-23 01:48:03 +02:00
type-alias-bounds.stderr Improve the impl and diag output of lint type_alias_bounds 2024-07-23 01:48:03 +02:00
unsatisfied-bounds-inferred-type.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
unsatisfied-bounds-inferred-type.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
unsatisfied-bounds-where-clause-on-assoc-ty.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
unsatisfied-bounds-where-clause-on-assoc-ty.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
variance-computation-requires-equality.rs Don't grab variances if we're invariant 2024-03-01 18:11:45 +00:00
variance-computation-requires-equality.stderr Don't grab variances if we're invariant 2024-03-01 18:11:45 +00:00