rust/tests/ui/eii
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
..
auxiliary once again reorganize the EII tests a bit 2026-01-10 11:10:44 +01:00
default another related case that deserved a test 2025-12-17 18:05:13 +01:00
duplicate once again reorganize the EII tests a bit 2026-01-10 11:10:44 +01:00
linking once again reorganize the EII tests a bit 2026-01-10 11:10:44 +01:00
type_checking ensure generics are still properly reported on EII *implementations*, and test this 2026-01-13 11:59:59 +01:00
attribute_targets.rs move eii tests 2025-12-19 12:42:49 +01:00
attribute_targets.stderr move eii tests 2025-12-19 12:42:49 +01:00
error_statement_position.rs add test for rejecting EIIs in statement position 2026-01-13 12:08:10 +01:00
error_statement_position.stderr add test for rejecting EIIs in statement position 2026-01-13 12:08:10 +01:00
errors.rs rename eii-extern-target 2026-01-12 08:07:23 +01:00
errors.stderr rename eii-extern-target 2026-01-12 08:07:23 +01:00
privacy1.rs once again reorganize the EII tests a bit 2026-01-10 11:10:44 +01:00
privacy1.run.stdout EII tests 2025-12-12 11:17:32 +01:00
privacy2.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
privacy2.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
unsafe_impl_err.rs rename eii-extern-target 2026-01-12 08:07:23 +01:00
unsafe_impl_err.stderr TEMP: fixes error codes in non-codegen tests. those work after the type checking 2025-12-12 11:17:32 +01:00
unsafe_impl_ok.rs rename eii-extern-target 2026-01-12 08:07:23 +01:00