rust/tests/ui/tool-attributes
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 Fix ICE in 'duplicate diagnostic item' diagnostic 2023-02-23 14:58:48 +00:00
crate-attr.rs Document #![register_tool] 2025-03-17 01:16:47 -04:00
diagnostic_item.rs refactor AttributeGate and rustc_attr! to emit notes during feature checking 2025-06-09 11:44:24 +02:00
diagnostic_item.stderr refactor AttributeGate and rustc_attr! to emit notes during feature checking 2025-06-09 11:44:24 +02:00
diagnostic_item2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
diagnostic_item3.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
duplicate-diagnostic.rs compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
duplicate-diagnostic.stderr compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
invalid-tool.rs Fix diagnostic and add a test for it 2024-07-10 18:56:06 -04:00
invalid-tool.stderr Fix diagnostic and add a test for it 2024-07-10 18:56:06 -04:00
multiple-registered.rs Document #![register_tool] 2025-03-17 01:16:47 -04:00
nested-disallowed.rs Document #![register_tool] 2025-03-17 01:16:47 -04:00
nested-disallowed.stderr Document #![register_tool] 2025-03-17 01:16:47 -04:00
tool-attributes-misplaced-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tool-attributes-misplaced-1.stderr Add a note to duplicate diagnostics 2023-10-05 01:04:41 +00:00
tool-attributes-misplaced-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tool-attributes-misplaced-2.stderr Rewrite added diagnostics as translatable 2023-04-07 08:33:56 +01:00
tool-attributes-shadowing.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
tool-attributes-shadowing.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
tool_lints-fail.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
tool_lints-fail.stderr Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
tool_lints-rpass.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
tool_lints.rs Do not visit whole crate to compute lints_that_dont_need_to_run. 2025-04-04 12:37:38 +00:00
tool_lints.stderr Do not visit whole crate to compute lints_that_dont_need_to_run. 2025-04-04 12:37:38 +00:00
tool_lints_2018_preview.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
unknown-lint-tool-name.rs Do not visit whole crate to compute lints_that_dont_need_to_run. 2025-04-04 12:37:38 +00:00
unknown-lint-tool-name.stderr Do not visit whole crate to compute lints_that_dont_need_to_run. 2025-04-04 12:37:38 +00:00
unknown-tool-name.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
unknown-tool-name.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00