Files
rust/tests/ui/span
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
..
2023-01-15 19:46:20 +00:00
2025-11-27 14:13:58 -05:00
2025-11-27 14:13:58 -05:00
2023-01-15 19:46:20 +00:00
2025-11-04 17:30:47 +01:00
2024-01-13 12:46:58 -05:00
2025-11-27 14:13:58 -05:00
2025-11-27 14:13:58 -05:00
2023-01-15 19:46:20 +00:00
2023-05-08 03:36:30 +00:00
2026-01-19 18:54:02 +00:00
2025-03-30 01:32:21 +03:00
2023-01-15 19:46:20 +00:00