Files
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
..
2025-08-09 16:27:20 +05:00
2025-11-27 11:19:00 -05:00
2026-02-17 16:51:44 +00:00
2025-08-14 18:18:42 +02:00
2025-07-25 20:38:54 +05:00
2025-07-25 20:38:54 +05:00
2025-07-25 20:38:54 +05:00
2025-01-07 16:04:14 +01:00
2024-02-09 15:43:08 -03:00
2024-02-09 15:43:08 -03:00
2024-02-13 18:08:25 -03:00
2025-08-19 09:03:54 +02:00
2025-01-07 16:04:14 +01:00
2025-01-07 16:04:14 +01:00
2024-12-12 23:36:27 +00:00
2026-01-21 13:35:20 +00:00
2025-01-07 16:04:14 +01:00
2025-07-31 21:25:49 +05:00