rust/tests/ui/derived-errors
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
..
issue-30580.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-30580.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-31997-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-31997-1.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
issue-31997.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-31997.stderr Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00