rust/tests/ui/generic-associated-types
Esteban Küber c73b3d20c6 Unify wording of resolve error
Remove "failed to resolve" and use the same format we use in other resolution errors "cannot find `name`".

```
error[E0433]: cannot find `nonexistent` in `existent`
  --> $DIR/custom_attr_multisegment_error.rs:5:13
   |
LL | #[existent::nonexistent]
   |             ^^^^^^^^^^^ could not find `nonexistent` in `existent`
```
2026-02-17 16:51:44 +00:00
..
auxiliary Format missing GATs correctly 2023-04-19 23:37:41 +00:00
bugs When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
extended it's not a borrow checker limitation :< 2025-08-14 17:43:39 +02:00
parse Do not emit solver errors that contain error types 2025-10-31 08:17:44 +00:00
ambig-hr-projection-issue-93340.next.stderr support non-defining uses in HIR typeck 2025-08-25 14:20:18 +02:00
ambig-hr-projection-issue-93340.old.stderr support non-defining uses in HIR typeck 2025-08-25 14:20:18 +02:00
ambig-hr-projection-issue-93340.rs support non-defining uses in HIR typeck 2025-08-25 14:20:18 +02:00
anonymize-bound-vars.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
assume-gat-normalization-for-nested-goals.current.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
assume-gat-normalization-for-nested-goals.next.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
assume-gat-normalization-for-nested-goals.rs Fold item bound before checking that they hold 2024-05-30 15:52:29 -04:00
collections-project-default.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
collections-project-default.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
collections.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
collectivity-regression.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
collectivity-regression.stderr it's not a borrow checker limitation :< 2025-08-14 17:43:39 +02:00
const-generics-gat-in-trait-return-type-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
const-generics-gat-in-trait-return-type-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
const-generics-gat-in-trait-return-type-3.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
const_params_have_right_type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_params_have_right_type.stderr Improve AssocItem::descr. 2025-04-11 11:03:08 +10:00
constraint-assoc-type-suggestion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
constraint-assoc-type-suggestion.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
construct_with_other_type.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
cross-crate-bounds.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
cross-crate-bounds.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
elided-in-expr-position.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
elided-in-expr-position.stderr Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00
empty_generics.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
empty_generics.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
equality-bound.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
equality-bound.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
gat-bounds-normalize-pred.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
gat-bounds-not-checked-with-right-substitutions.rs Add a regression test for #112895 2023-07-06 02:50:22 +09:00
gat-bounds-not-checked-with-right-substitutions.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
gat-in-trait-path-undeclared-lifetime.rs Do not emit solver errors that contain error types 2025-10-31 08:17:44 +00:00
gat-in-trait-path-undeclared-lifetime.stderr Do not emit solver errors that contain error types 2025-10-31 08:17:44 +00:00
gat-in-trait-path.rs Deduplicate dyn compatibility violations due to coercion 2025-05-26 10:57:54 +00:00
gat-in-trait-path.stderr mGCA: Make traits with type assoc consts dyn compatible... 2026-01-21 12:53:44 +01:00
gat-trait-path-generic-type-arg.rs Unconditionally run check_item_type on all items 2025-06-30 08:06:08 +00:00
gat-trait-path-generic-type-arg.stderr Unconditionally run check_item_type on all items 2025-06-30 08:06:08 +00:00
gat-trait-path-missing-lifetime.rs Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
gat-trait-path-missing-lifetime.stderr Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
gat-trait-path-parenthesised-args.rs Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
gat-trait-path-parenthesised-args.stderr Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
gat-with-ambig-args-still-rigid.rs move GAT inference prevention hack 2025-11-12 14:59:28 +01:00
generic-associated-type-bounds.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
generic-associated-types-where.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generic-associated-types-where.stderr Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
generic_associated_type_undeclared_lifetimes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generic_associated_type_undeclared_lifetimes.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
guide-inference-in-gat-arg-deeper.rs normalization: avoid incompletely constraining GAT args 2025-05-08 14:38:47 +00:00
higher-ranked-coroutine-param-outlives-2.rs trait_sel: don't require predicates of aliases hold 2025-10-15 09:35:05 +01:00
higher-ranked-coroutine-param-outlives.rs trait_sel: don't require predicates of aliases hold 2025-10-15 09:35:05 +01:00
higher-ranked-self-impl-requirement.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
impl_bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl_bounds.stderr Do not suggest manual impl Copy 2026-02-01 18:30:08 +00:00
impl_bounds_ok.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-47206-where-clause.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-47206-where-clause.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-58694-parameter-out-of-range.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-62326-parameter-out-of-range.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-67424.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-67510-pass.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
issue-67510-pass.stderr mGCA: Make traits with type assoc consts dyn compatible... 2026-01-21 12:53:44 +01:00
issue-67510.rs Do not emit solver errors that contain error types 2025-10-31 08:17:44 +00:00
issue-67510.stderr Do not emit solver errors that contain error types 2025-10-31 08:17:44 +00:00
issue-68641-check-gat-bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-68641-check-gat-bounds.stderr Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00
issue-68642-broken-llvm-ir.rs Pretty print Fn traits in rustc_on_unimplemented 2023-11-02 20:57:05 +00:00
issue-68642-broken-llvm-ir.stderr Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00
issue-68643-broken-mir.rs Pretty print Fn traits in rustc_on_unimplemented 2023-11-02 20:57:05 +00:00
issue-68643-broken-mir.stderr Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00
issue-68644-codegen-selection.rs Pretty print Fn traits in rustc_on_unimplemented 2023-11-02 20:57:05 +00:00
issue-68644-codegen-selection.stderr Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00
issue-68645-codegen-fulfillment.rs Pretty print Fn traits in rustc_on_unimplemented 2023-11-02 20:57:05 +00:00
issue-68645-codegen-fulfillment.stderr Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00
issue-68648-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-68648-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-68648-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-68649-pass.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-68653.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-68656-unsized-values.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-68656-unsized-values.stderr Tweak wording 2024-12-07 22:18:51 +00:00
issue-70303.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-70304.rs Stop proving outlives constraints on regions we already reported errors on 2024-05-29 09:27:07 +00:00
issue-70304.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-71176.rs Do not emit solver errors that contain error types 2025-10-31 08:17:44 +00:00
issue-71176.stderr Do not emit solver errors that contain error types 2025-10-31 08:17:44 +00:00
issue-74684-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-74684-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-74684-2.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
issue-74684-2.stderr Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" 2024-03-11 21:28:16 +00:00
issue-74816.current.stderr Add a bunch of tests 2024-05-30 15:52:29 -04:00
issue-74816.next.stderr Add a bunch of tests 2024-05-30 15:52:29 -04:00
issue-74816.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
issue-74824.current.stderr Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00
issue-74824.next.stderr Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00
issue-74824.rs Add a bunch of tests 2024-05-30 15:52:29 -04:00
issue-76407.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-76535.rs Deduplicate dyn compatibility violations due to coercion 2025-05-26 10:57:54 +00:00
issue-76535.stderr mGCA: Make traits with type assoc consts dyn compatible... 2026-01-21 12:53:44 +01:00
issue-76826.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-78113-lifetime-mismatch-dyn-trait-box.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
issue-78113-lifetime-mismatch-dyn-trait-box.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-78671.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
issue-78671.stderr mGCA: Make traits with type assoc consts dyn compatible... 2026-01-21 12:53:44 +01:00
issue-79422.rs Deduplicate dyn compatibility violations due to coercion 2025-05-26 10:57:54 +00:00
issue-79422.stderr mGCA: Make traits with type assoc consts dyn compatible... 2026-01-21 12:53:44 +01:00
issue-79636-1.rs return ty::Error when equating ty::Error 2024-02-19 23:54:49 +00:00
issue-79636-1.stderr return ty::Error when equating ty::Error 2024-02-19 23:54:49 +00:00
issue-79636-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-79636-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-80433-reduced.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-80433.rs Stop proving outlives constraints on regions we already reported errors on 2024-05-29 09:27:07 +00:00
issue-80433.stderr Stop proving outlives constraints on regions we already reported errors on 2024-05-29 09:27:07 +00:00
issue-81487.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-81712-cyclic-traits.rs Bless test fallout (duplicate diagnostics) 2024-03-20 13:00:34 -04:00
issue-81712-cyclic-traits.stderr Bless test fallout (duplicate diagnostics) 2024-03-20 13:00:34 -04:00
issue-81862.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-81862.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-84931.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-84931.stderr Avoid looking at HIR for trait and impl items 2025-06-30 08:45:43 +00:00
issue-85921.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-86218-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-86218.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-86483.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-86787.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
issue-86787.stderr Avoid a track_errors by bubbling up most errors from check_well_formed 2023-10-20 08:46:27 +00:00
issue-87258_a.rs add TypingMode::Borrowck 2025-04-03 11:13:10 +02:00
issue-87258_a.stderr add TypingMode::Borrowck 2025-04-03 11:13:10 +02:00
issue-87258_b.rs add TypingMode::Borrowck 2025-04-03 11:13:10 +02:00
issue-87258_b.stderr add TypingMode::Borrowck 2025-04-03 11:13:10 +02:00
issue-87429-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-87429-associated-type-default.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-87429-associated-type-default.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-87429-specialization.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-87429-specialization.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-87429.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-87748.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-87750.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-88287.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
issue-88287.stderr Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
issue-88360.fixed UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
issue-88360.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
issue-88360.stderr Update tests 2024-02-07 10:42:01 +08:00
issue-88405.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-88459.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-88595.rs Make DefiningAnchor::Bind only store the opaque types that may be constrained, instead of the current infcx root item. 2024-03-11 17:19:37 +00:00
issue-88595.stderr Make DefiningAnchor::Bind only store the opaque types that may be constrained, instead of the current infcx root item. 2024-03-11 17:19:37 +00:00
issue-89008.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-89352.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-90014-tait.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-90014-tait.stderr Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
issue-90014-tait2.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
issue-90014-tait2.stderr Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
issue-90014.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-90014.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-90729.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-91139.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-91139.stderr Add a note to duplicate diagnostics 2023-10-05 01:04:41 +00:00
issue-91883.current.stderr Deeply normalize associated type bounds before proving them 2025-02-17 17:21:24 +00:00
issue-91883.next.stderr Deeply normalize associated type bounds before proving them 2025-02-17 17:21:24 +00:00
issue-91883.rs Deeply normalize associated type bounds before proving them 2025-02-17 17:21:24 +00:00
issue-92033.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-92033.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-92280.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-92954.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-93141.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-93262.rs trait_sel: don't require predicates of aliases hold 2025-10-15 09:35:05 +01:00
issue-93341.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-93342.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-93874.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-95305.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-95305.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-101020.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-101020.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
issue-102114.current.stderr Improve AssocItem::descr. 2025-04-11 11:03:08 +10:00
issue-102114.next.stderr Improve AssocItem::descr. 2025-04-11 11:03:08 +10:00
issue-102114.rs Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
issue-102333.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-102335-gat.rs Rename HIR TypeBinding to AssocItemConstraint and related cleanup 2024-05-30 22:52:33 +02:00
issue-102335-gat.stderr Fix associated item removal suggestion 2024-07-17 21:30:40 +00:00
issue-119942-unsatisified-gat-bound-during-assoc-ty-selection.rs Normalize xform_ret_ty after constrained 2024-04-21 20:10:12 -04:00
issue-119942-unsatisified-gat-bound-during-assoc-ty-selection.stderr clean up ADT sized constraint computation 2024-03-14 21:28:47 +01:00
iterable.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
method-unsatisfied-assoc-type-predicate.rs Account for non-overlapping unmet trait bounds in suggestion 2024-01-30 19:26:13 +00:00
method-unsatisfied-assoc-type-predicate.stderr Account for non-overlapping unmet trait bounds in suggestion 2024-01-30 19:26:13 +00:00
mismatched-where-clause-regions.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mismatched-where-clause-regions.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
missing-bounds.fixed Check assoc consts and tys later like assoc fns 2025-07-10 23:39:54 +08:00
missing-bounds.rs Check assoc consts and tys later like assoc fns 2025-07-10 23:39:54 +08:00
missing-bounds.stderr Check assoc consts and tys later like assoc fns 2025-07-10 23:39:54 +08:00
missing-item-sugg.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-item-sugg.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
missing-where-clause-on-trait.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
missing-where-clause-on-trait.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
missing_lifetime_args.rs Do not emit solver errors that contain error types 2025-10-31 08:17:44 +00:00
missing_lifetime_args.stderr Do not emit solver errors that contain error types 2025-10-31 08:17:44 +00:00
missing_lifetime_const.rs diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
missing_lifetime_const.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
multiple-type-params-with-unmet-bounds.rs Remove unnecessary select_obligations_where_possible and redundant errors 2023-08-26 19:35:54 +00:00
multiple-type-params-with-unmet-bounds.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
must-prove-where-clauses-on-norm.current.stderr add test for assoc type norm wf check 2025-11-11 11:05:47 +01:00
must-prove-where-clauses-on-norm.next.stderr add test for assoc type norm wf check 2025-11-11 11:05:47 +01:00
must-prove-where-clauses-on-norm.rs add test for assoc type norm wf check 2025-11-11 11:05:47 +01:00
no-incomplete-gat-arg-inference.rs normalization: avoid incompletely constraining GAT args 2025-05-08 14:38:47 +00:00
own-bound-span.rs Remove unnecessary select_obligations_where_possible and redundant errors 2023-08-26 19:35:54 +00:00
own-bound-span.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
parameter_number_and_kind.rs diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
parameter_number_and_kind.stderr Revert suggestion verbosity change 2024-07-22 22:51:53 +00:00
parameter_number_and_kind_impl.rs Improve AssocItem::descr. 2025-04-11 11:03:08 +10:00
parameter_number_and_kind_impl.stderr Improve AssocItem::descr. 2025-04-11 11:03:08 +10:00
pointer_family.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
projection-bound-cycle-generic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projection-bound-cycle-generic.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
projection-bound-cycle.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projection-bound-cycle.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
projection-type-lifetime-mismatch.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projection-type-lifetime-mismatch.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rigid-hr-projection-issue-93340.rs one must imagine tidy happy 2024-03-14 17:19:40 +01:00
self-outlives-lint.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
self-outlives-lint.stderr Handle rustc-hir-analysis cases of rustc::potential_query_instability lint 2024-10-02 08:28:45 +03:00
shadowing.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
shadowing.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
static-lifetime-tip-with-default-type.rs place explicit lifetime bound after generic param 2024-05-25 21:57:17 +08:00
static-lifetime-tip-with-default-type.stderr Check variances in the non-hir wfchecker 2025-06-30 08:45:43 +00:00
streaming_iterator.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
trait-objects.rs Do not try to confirm non-dyn compatible method 2025-05-23 12:20:35 +00:00
trait-objects.stderr mGCA: Make traits with type assoc consts dyn compatible... 2026-01-21 12:53:44 +01:00
type-param-defaults.rs Fortify generic param default checks 2025-08-06 01:26:26 +02:00
type-param-defaults.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
unknown-lifetime-ice-119827.rs Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00
unknown-lifetime-ice-119827.stderr Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00
unsatisfied-item-lifetime-bound.rs Split back out unused_lifetimes -> redundant_lifetimes 2024-04-09 12:17:34 -04:00
unsatisfied-item-lifetime-bound.stderr Split back out unused_lifetimes -> redundant_lifetimes 2024-04-09 12:17:34 -04:00
unsatisfied-outlives-bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsatisfied-outlives-bound.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
variance_constraints.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00