rust/tests/ui-fulldeps/session-diagnostic
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
..
diagnostic-derive-doc-comment-field.rs Remove SubdiagMessage in favour of the identical DiagMessage 2026-02-10 09:13:45 +00:00
diagnostic-derive-doc-comment-field.stderr Update remaining session-diagnostics tests 2026-02-07 19:34:21 +01:00
diagnostic-derive-inline.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
diagnostic-derive-inline.stderr Adjust expected uitests results for the updated derive(Diagnostic) macro 2026-02-08 11:06:42 +01:00
subdiagnostic-derive-inline.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
subdiagnostic-derive-inline.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00