Files
rust/tests/ui/const-generics
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
..
2026-02-10 06:28:03 +01:00
2025-12-02 18:25:13 +00:00
2026-02-11 18:08:18 +09:00
2026-02-17 16:51:44 +00:00
2025-09-08 22:07:43 -04:00
2023-12-24 01:58:13 +08:00
2025-11-27 11:19:00 -05:00
2025-11-27 11:19:00 -05:00
2024-09-07 09:23:28 +08:00
2023-07-27 15:51:02 +00:00
2023-04-07 11:18:07 -07:00
2023-04-07 11:18:07 -07:00
2025-12-02 18:25:13 +00:00
2025-07-31 21:25:49 +05:00