Files
rust/tests/ui/modules
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-06-11 20:51:49 +05:00
2026-01-19 18:54:02 +00:00
2025-07-01 16:26:57 +05:00
2025-07-13 00:03:31 +05:00
2025-06-29 15:37:33 +05:00
2025-08-27 00:23:26 -04:00