rust/tests/ui/type-alias
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
..
dummy-binder-102964.rs comments 2025-07-25 20:38:54 +05:00
dummy-binder-102964.stderr comments 2025-07-25 20:38:54 +05:00
dyn-trait-type-alias-return-type.fixed Account for async fn in traits and impls 2025-12-09 16:46:33 +00:00
dyn-trait-type-alias-return-type.rs Account for async fn in traits and impls 2025-12-09 16:46:33 +00:00
dyn-trait-type-alias-return-type.stderr Account for async fn in traits and impls 2025-12-09 16:46:33 +00:00
issue-14933.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-37515.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-37515.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-62263-self-in-atb.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
issue-62263-self-in-atb.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
issue-62305-self-assoc-ty.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
issue-62305-self-assoc-ty.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
issue-62364-self-ty-arg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-62364-self-ty-arg.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
missing-associated-type-in-trait-object-22434.rs Rehome tests/ui/issues/ tests [2/?] 2025-08-02 15:29:16 -04:00
missing-associated-type-in-trait-object-22434.stderr Generalize diag for missing assoc types to account for assoc consts 2026-01-21 12:53:46 +01:00
static-method-type-alias-11047.rs comments 2025-07-25 20:38:54 +05:00
type-param.rs Cleaned up 5 tests in tests/ui 2025-04-25 20:50:57 +09:00
unresolved-assoc-ty-suggest-trait.eager.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
unresolved-assoc-ty-suggest-trait.lazy.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
unresolved-assoc-ty-suggest-trait.rs Suggest full trait ref (with placeholders) on unresolved assoc tys 2024-07-23 01:26:25 +02:00
unused_type_parameter.rs add tests metadata, regenerate stderr 2026-01-16 18:17:35 +01:00
unused_type_parameter.stderr add tests metadata, regenerate stderr 2026-01-16 18:17:35 +01:00