rust/tests/ui/imports
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 tests: Reproduce the issue with missing MIR for ambiguous reexports 2026-01-27 15:53:15 +03:00
extern-crate-self More sophisticated span trimming 2025-02-21 00:41:17 +00:00
import-crate-with-invalid-spans tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-26873-multifile [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-45829 Trim suggestion part before generating highlights 2025-02-21 00:54:01 +00:00
underscore-imports Move underscore-imports tests into imports subdir 2026-02-15 04:38:55 +00:00
absolute-paths-in-nested-use-groups.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
absolute-paths-in-nested-use-groups.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
ambiguous-1.rs fix aux-build failures 2025-07-09 23:18:32 +02:00
ambiguous-1.stderr fix aux-build failures 2025-07-09 23:18:32 +02:00
ambiguous-2.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-2.stderr Add an additional help note to the ambiguity lint error 2026-01-16 13:39:01 +01:00
ambiguous-3.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-3.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-4-extern.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
ambiguous-4-extern.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
ambiguous-4.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-4.stderr Add an additional help note to the ambiguity lint error 2026-01-16 13:39:01 +01:00
ambiguous-5.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-5.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-6.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-6.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-7.rs fix(resolve): update the ambiguity glob binding as warning recursively 2023-07-29 00:19:50 +08:00
ambiguous-7.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
ambiguous-8.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
ambiguous-8.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
ambiguous-9.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-9.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-10.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-10.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-11.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
ambiguous-11.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
ambiguous-12.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-12.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-13.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-13.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-14.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-14.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-15.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-15.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-16.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-16.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-17.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-17.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-glob-vs-expanded-extern.rs resolve: Migrate one more special ambiguity for glob vs non-glob bindings 2026-01-02 15:25:56 +03:00
ambiguous-import-visibility-macro.rs resolve: Report more early resolution ambiguities for imports 2026-02-02 14:44:13 +03:00
ambiguous-import-visibility-macro.stderr resolve: Report more early resolution ambiguities for imports 2026-02-02 14:44:13 +03:00
ambiguous-import-visibility-module.rs resolve: Report more early resolution ambiguities for imports 2026-02-02 14:44:13 +03:00
ambiguous-import-visibility-module.stderr resolve: Report more early resolution ambiguities for imports 2026-02-02 14:44:13 +03:00
ambiguous-import-visibility.rs resolve: Report more early resolution ambiguities for imports 2026-02-02 14:44:13 +03:00
ambiguous-import-visibility.stderr resolve: Report more early resolution ambiguities for imports 2026-02-02 14:44:13 +03:00
ambiguous-panic-glob-vs-multiouter.rs Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-glob-vs-multiouter.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-globvsglob.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-panic-globvsglob.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
ambiguous-panic-no-implicit-prelude.rs Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-no-implicit-prelude.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-non-prelude-core-glob.rs Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-non-prelude-core-glob.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-non-prelude-std-glob.rs Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-non-prelude-std-glob.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-pick-core.rs Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-pick-core.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-pick-std.rs Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-pick-std.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-re-emit.rs Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-re-emit.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-rename-builtin.rs Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-rename-builtin.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-rename-panics.rs Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic-rename-panics.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic.rs Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-panic.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
ambiguous-reachable.rs resolve: Mark items under ambigous imports as exported 2026-01-27 16:24:53 +03:00
ambiguous-reachable.stderr resolve: Mark items under ambigous imports as exported 2026-01-27 16:24:53 +03:00
ambiguous-trait-in-scope.rs Implements a FCW lint to detect uses of ambiguously glob imported traits. 2026-01-20 13:34:01 +01:00
ambiguous-trait-in-scope.stderr Implements a FCW lint to detect uses of ambiguously glob imported traits. 2026-01-20 13:34:01 +01:00
append-import-suggestion.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
append-import-suggestion.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
bad-import-in-nested.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
bad-import-in-nested.stderr note -> help 2023-01-17 03:09:49 +00:00
bad-import-with-rename.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
bad-import-with-rename.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
cycle-import-in-diff-module-0.rs resolve: mark it undetermined if single import is not has any bindings 2024-06-04 12:40:41 +08:00
cycle-import-in-diff-module-1.rs resolve: mark it undetermined if single import is not has any bindings 2024-06-04 12:40:41 +08:00
cycle-import-in-std-1.rs mark binding undetermined if target name exist and not obtained 2024-06-07 21:23:56 +08:00
cycle-import-in-std-1.stderr Tweak output of import suggestions 2024-06-13 20:22:21 +00:00
cycle-import-in-std-2.rs mark binding undetermined if target name exist and not obtained 2024-06-07 21:23:56 +08:00
cycle-import-in-std-2.stderr Tweak output of import suggestions 2024-06-13 20:22:21 +00:00
double-import.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
double-import.stderr Accurate use rename suggestion span 2024-07-18 00:00:04 +00:00
duplicate-empty-imports.rs Cleaned up some tests 2025-12-08 07:06:13 +09:00
duplicate-use-bindings.rs cleaned up some tests 2025-06-28 17:04:16 +05:00
duplicate-use-bindings.stderr cleaned up some tests 2025-06-28 17:04:16 +05:00
duplicate.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
duplicate.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
empty-import-prefix-pass-2015.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
empty-import-prefix-pass.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
enum-variant-import-path-15774.rs comments 2025-08-09 16:27:20 +05:00
export-glob-imports-target.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
export-multi.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
extern-crate-used.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-crate-used.stderr Use cfg_attr AST placeholder AST cfg_attr_trace for diagnostics 2025-05-29 10:24:23 +00:00
extern-prelude-extern-crate-absolute-expanded.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-prelude-extern-crate-cfg.rs compiletest: add enable-by-default check-cfg 2024-05-04 11:30:38 +02:00
extern-prelude-extern-crate-fail.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
extern-prelude-extern-crate-fail.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
extern-prelude-extern-crate-pass.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-prelude-extern-crate-restricted-shadowing.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
extern-prelude-extern-crate-restricted-shadowing.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
extern-prelude-extern-crate-shadowing.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-with-ambiguous-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-with-ambiguous-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
extern-with-ambiguous-2.rs resolve: Preserve ambiguous glob reexports in crate metadata 2025-12-09 13:40:02 +03:00
extern-with-ambiguous-2.stderr resolve: Preserve ambiguous glob reexports in crate metadata 2025-12-09 13:40:02 +03:00
extern-with-ambiguous-3.rs resolve: Preserve ambiguous glob reexports in crate metadata 2025-12-09 13:40:02 +03:00
extern-with-ambiguous-3.stderr resolve: Preserve ambiguous glob reexports in crate metadata 2025-12-09 13:40:02 +03:00
gensymed.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
glob-conflict-cross-crate-1.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
glob-conflict-cross-crate-1.stderr Add an additional help note to the ambiguity lint error 2026-01-16 13:39:01 +01:00
glob-conflict-cross-crate-2.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
glob-conflict-cross-crate-2.stderr Add an additional help note to the ambiguity lint error 2026-01-16 13:39:01 +01:00
glob-conflict-cross-crate-3.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
glob-conflict-cross-crate-3.stderr Add an additional help note to the ambiguity lint error 2026-01-16 13:39:01 +01:00
glob-cycles.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
glob-resolve1.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
glob-resolve1.stderr Make typo in field and name suggestions verbose 2025-12-09 17:29:23 +00:00
glob-shadowing.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
glob-shadowing.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
glob-use-std.rs tests: use needs-subprocess instead of ignore-{wasm32,emscripten,sgx} 2025-01-23 20:51:29 +08:00
global-path-resolution-drop.rs cleaned up some tests 2025-06-08 01:14:05 +05:00
import-after-macro-expand-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-3.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-4.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-5.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-6.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-7.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-8.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-9.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-10.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-11.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-12.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-13.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-after-macro-expand-14.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-alias-issue-121168.edition2015.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
import-alias-issue-121168.edition2018.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
import-alias-issue-121168.edition2021.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
import-alias-issue-121168.rs Fix issues in suggesting importing extern crate paths 2024-02-25 11:29:13 +08:00
import-crate-var.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-crate-var.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
import-from-missing-star-2.edition2015.stderr Add edition checks for some tests that had divergent output 2025-06-25 17:02:26 +00:00
import-from-missing-star-2.edition2024.stderr Add edition checks for some tests that had divergent output 2025-06-25 17:02:26 +00:00
import-from-missing-star-2.rs Add edition checks for some tests that had divergent output 2025-06-25 17:02:26 +00:00
import-from-missing-star-3.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
import-from-missing-star-3.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
import-from-missing-star.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
import-from-missing-star.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
import-from-missing.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
import-from-missing.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
import-from.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
import-glob-0-rpass.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-glob-0.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
import-glob-0.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
import-glob-1.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
import-glob-circular.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
import-glob-circular.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
import-glob-crate.rs Add missing 2015 edition directives 2025-06-02 11:00:46 +02:00
import-in-block.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
import-loop-2.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
import-loop-2.stderr Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
import-loop.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
import-loop.stderr Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
import-prefix-macro-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
import-prefix-macro-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
import-prefix-macro-2.rs Remove NtPath. 2025-02-28 08:42:14 +11:00
import-prefix-macro-2.stderr Remove NtPath. 2025-02-28 08:42:14 +11:00
import-prefix-macro.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-rename.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import-rpass.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
import-trailing-comma.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
import-trait-method.rs Implement use associated items of traits 2025-01-16 16:34:05 +08:00
import-trait-method.stderr Implement use associated items of traits 2025-01-16 16:34:05 +08:00
import.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
import.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
import2-rpass.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import2.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
import2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
import3-rpass.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import3.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
import3.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
import4-rpass.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
import4.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
import4.stderr Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
import5.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
import6.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
import7.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
import8.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
imports.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
inaccessible_type_aliases.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
inaccessible_type_aliases.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
issue-1697.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-1697.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-2937.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
issue-2937.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-4366-2.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-4366-2.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
issue-4366.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-4366.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-4865-1.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-4865-2.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-4865-3.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-8208.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-8208.stderr Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-8640.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-8640.stderr Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-13404.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
issue-13404.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-18083.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-19498.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-19498.stderr Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-24081.rs compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
issue-24081.stderr compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
issue-24883.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-25396.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-25396.stderr Accurate use rename suggestion span 2024-07-18 00:00:04 +00:00
issue-26886.rs compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
issue-26886.stderr compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
issue-26930.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-28134.rs compiletest: Improve diagnostics for line annotation mismatches 2025-06-23 21:30:56 +03:00
issue-28134.stderr Supress unhelpful diagnostics for unresolved top level attributes 2024-01-29 17:43:07 +08:00
issue-28388-1.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-28388-1.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-28388-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-28388-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-30560.rs resolve: Support imports of associated types and glob imports from traits 2025-05-02 15:59:38 +03:00
issue-30560.stderr resolve: Support imports of associated types and glob imports from traits 2025-05-02 15:59:38 +03:00
issue-31212.rs Silence some resolve errors when there have been glob import errors 2024-05-28 14:45:21 +00:00
issue-31212.stderr Silence some resolve errors when there have been glob import errors 2024-05-28 14:45:21 +00:00
issue-32119.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-32222.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
issue-32354-suggest-import-rename.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-32354-suggest-import-rename.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-32354-suggest-import-rename.stderr Accurate use rename suggestion span 2024-07-18 00:00:04 +00:00
issue-32833.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-32833.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-33464.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-33464.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-36881.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-36881.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-37887.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-37887.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-38293.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-38293.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-47623.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-47623.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-52891.fixed If suggestion would leave an empty line, delete it 2024-03-01 13:48:20 +00:00
issue-52891.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-52891.stderr Accurate use rename suggestion span 2024-07-18 00:00:04 +00:00
issue-53140.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-53269.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-53269.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-53512.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-53512.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-53565.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-53565.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-55457.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-55457.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-55811.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-55884-1.rs resolve: Update NameBindingData::ambiguity in place 2026-01-08 10:51:11 +03:00
issue-55884-1.stderr resolve: Update NameBindingData::ambiguity in place 2026-01-08 10:51:11 +03:00
issue-55884-2.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-55884-2.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-56125.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-56125.stderr chore: Improve how the other suggestions message gets rendered 2025-07-10 08:00:20 -06:00
issue-56263.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-57015.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-57015.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-57539.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-57539.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-59764.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-59764.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-62767.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-68103.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-81413.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-81413.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-85992.rs skip updating when external binding is existed 2024-08-20 20:34:13 +08:00
issue-85992.stderr skip updating when external binding is existed 2024-08-20 20:34:13 +08:00
issue-99695-b.fixed Use crate:: prefix for root macro suggestions 2025-05-17 22:01:57 +08:00
issue-99695-b.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-99695-b.stderr Use crate:: prefix for root macro suggestions 2025-05-17 22:01:57 +08:00
issue-99695.edition_2015.fixed Use crate:: prefix for root macro suggestions 2025-05-17 22:01:57 +08:00
issue-99695.edition_2015.stderr Use crate:: prefix for root macro suggestions 2025-05-17 22:01:57 +08:00
issue-99695.edition_2018.fixed Use crate:: prefix for root macro suggestions 2025-05-17 22:01:57 +08:00
issue-99695.edition_2018.stderr Use crate:: prefix for root macro suggestions 2025-05-17 22:01:57 +08:00
issue-99695.rs Use crate:: prefix for root macro suggestions 2025-05-17 22:01:57 +08:00
issue-109148.rs resolve: Split extern prelude into two scopes 2025-08-13 17:45:40 +03:00
issue-109148.stderr resolve: Improve diagnostics for ambiguities in extern prelude 2025-08-13 17:45:40 +03:00
issue-109343.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-109343.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-113953.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-113953.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-114682-1.rs resolve: Migrate one more special ambiguity for glob vs non-glob bindings 2026-01-02 15:25:56 +03:00
issue-114682-1.stderr resolve: Migrate one more special ambiguity for glob vs non-glob bindings 2026-01-02 15:25:56 +03:00
issue-114682-2.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
issue-114682-2.stderr Add an additional help note to the ambiguity lint error 2026-01-16 13:39:01 +01:00
issue-114682-3.rs resolve: Preserve ambiguous glob reexports in crate metadata 2025-12-09 13:40:02 +03:00
issue-114682-3.stderr resolve: Preserve ambiguous glob reexports in crate metadata 2025-12-09 13:40:02 +03:00
issue-114682-4.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
issue-114682-4.stderr Add an additional help note to the ambiguity lint error 2026-01-16 13:39:01 +01:00
issue-114682-5.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
issue-114682-5.stderr Add an additional help note to the ambiguity lint error 2026-01-16 13:39:01 +01:00
issue-114682-6.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
issue-114682-6.stderr Add an additional help note to the ambiguity lint error 2026-01-16 13:39:01 +01:00
issue-119369.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
local-modularized-tricky-fail-1.rs resolve: Migrate one more special ambiguity for glob vs non-glob bindings 2026-01-02 15:25:56 +03:00
local-modularized-tricky-fail-1.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
local-modularized-tricky-fail-2.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
local-modularized-tricky-fail-2.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
local-modularized-tricky-pass-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
local-modularized-tricky-pass-2.rs Allow newly added non_local_definitions lint in tests 2024-02-17 13:59:45 +01:00
local-modularized.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
macro-paths.rs resolve: Migrate a special ambiguity for glob vs non-glob bindings 2026-01-02 15:11:14 +03:00
macro-paths.stderr resolve: Migrate a special ambiguity for glob vs non-glob bindings 2026-01-02 15:11:14 +03:00
macros.rs resolve: Patch up an inconsistent resolution ICE revealed by the previous commit 2026-01-02 15:26:06 +03:00
macros.stderr resolve: Patch up an inconsistent resolution ICE revealed by the previous commit 2026-01-02 15:26:06 +03:00
multiple-extern-by-macro-for-buitlin.rs skip updating when external binding is existed 2024-08-20 20:34:13 +08:00
multiple-extern-by-macro-for-buitlin.stderr Trim suggestion part before generating highlights 2025-02-21 00:54:01 +00:00
multiple-extern-by-macro-for-custom.rs skip updating when external binding is existed 2024-08-20 20:34:13 +08:00
multiple-extern-by-macro-for-custom.stderr Trim suggestion part before generating highlights 2025-02-21 00:54:01 +00:00
multiple-extern-by-macro-for-inexist.rs skip updating when external binding is existed 2024-08-20 20:34:13 +08:00
multiple-extern-by-macro-for-inexist.stderr Trim suggestion part before generating highlights 2025-02-21 00:54:01 +00:00
nested-import-root-symbol-150103.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
nested-import-root-symbol-150103.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
no-ambiguous-trait-lint-on-redundant-import.rs Implements a FCW lint to detect uses of ambiguously glob imported traits. 2026-01-20 13:34:01 +01:00
no-pub-reexports-but-used.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no-pub-reexports-but-used.stderr vis note for no pub reexports glob import 2023-12-01 12:10:07 +08:00
no-std-inject.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
no-std-inject.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
overlapping_pub_trait.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
overlapping_pub_trait.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
overwrite-deep-glob.rs resolve: Relax some asserts in glob overwriting and add tests 2026-01-14 19:57:21 +03:00
overwrite-deep-glob.stderr resolve: Relax some asserts in glob overwriting and add tests 2026-01-14 19:57:21 +03:00
overwrite-different-ambig-2.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
overwrite-different-ambig-2.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
overwrite-different-ambig.rs resolve: Relax some asserts in glob overwriting and add tests 2026-01-14 19:57:21 +03:00
overwrite-different-vis-2.rs Partially revert "resolve: Update NameBindingData::vis in place" 2026-02-11 22:27:56 +03:00
overwrite-different-vis.rs resolve: Relax some asserts in glob overwriting and add tests 2026-01-14 19:57:21 +03:00
overwrite-different-warn-ambiguity.rs Add a test for issue 150977 2026-01-14 19:58:40 +03:00
overwrite-vis-unused.rs Partially revert "resolve: Update NameBindingData::vis in place" 2026-02-11 22:27:56 +03:00
overwrite-vis-unused.stderr Partially revert "resolve: Update NameBindingData::vis in place" 2026-02-11 22:27:56 +03:00
overwritten-extern-flag-ambig.rs resolve: Avoid a regression from splitting prelude into two scopes 2025-08-29 16:58:51 +03:00
overwritten-glob-ambig.rs resolve: Avoid additional ambiguities from splitting modules into two scopes 2026-01-02 15:31:09 +03:00
private-std-reexport-suggest-public.fixed Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
private-std-reexport-suggest-public.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
private-std-reexport-suggest-public.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
private-types-suggested-without-extern-crate-56175.rs Add test batch 3 2025-09-12 14:45:12 -04:00
private-types-suggested-without-extern-crate-56175.stderr Add test batch 3 2025-09-12 14:45:12 -04:00
pub-reexport-empty.rs use visibility to check unused imports and delete some stmts 2023-10-22 21:27:46 +08:00
pub-reexport-empty.stderr use visibility to check unused imports and delete some stmts 2023-10-22 21:27:46 +08:00
pub-use-link-errors-9968.rs Rehome tests/ui/issues/ tests [4/?] 2025-08-10 11:54:15 -04:00
redundant-import-extern-prelude.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
redundant-import-extern-prelude.stderr replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
redundant-import-issue-121915-2015.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
redundant-import-issue-121915-2015.stderr replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
redundant-import-lang-prelude-attr.rs Introduce REDUNDANT_IMPORTS lint 2024-07-31 00:07:42 -04:00
redundant-import-lang-prelude-attr.stderr Introduce REDUNDANT_IMPORTS lint 2024-07-31 00:07:42 -04:00
redundant-import-lang-prelude.rs Introduce REDUNDANT_IMPORTS lint 2024-07-31 00:07:42 -04:00
redundant-import-lang-prelude.stderr Introduce REDUNDANT_IMPORTS lint 2024-07-31 00:07:42 -04:00
redundant-import-undetected-macro-use-prelude.rs Be more specific when flagging imports that are redundant due to the extern prelude 2024-04-08 17:34:06 +02:00
reexport-star.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
reexports.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
reexports.stderr Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
resolve-other-libc.rs use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00
resolve-other-libc.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
resolve_self_super_hint.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
resolve_self_super_hint.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
rfc-1560-warning-cycle.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
rfc-1560-warning-cycle.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
same-res-ambigious.fail.stderr Add the check-pass and check-fail tests. 2025-10-01 18:02:16 +02:00
same-res-ambigious.nightly-fail.stderr Add the check-pass and check-fail tests. 2025-10-01 18:02:16 +02:00
same-res-ambigious.rs Add the check-pass and check-fail tests. 2025-10-01 18:02:16 +02:00
shadow-glob-module-resolution-1.rs resolve: mark it undetermined if single import is not has any bindings 2024-06-04 12:40:41 +08:00
shadow-glob-module-resolution-1.stderr resolve: mark it undetermined if single import is not has any bindings 2024-06-04 12:40:41 +08:00
shadow-glob-module-resolution-2.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
shadow-glob-module-resolution-2.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
shadow-glob-module-resolution-3.rs mark undetermined if target binding in current ns is not got 2024-06-17 11:29:43 +08:00
shadow-glob-module-resolution-3.stderr mark undetermined if target binding in current ns is not got 2024-06-17 11:29:43 +08:00
shadow-glob-module-resolution-4.rs mark undetermined if target binding in current ns is not got 2024-06-17 11:29:43 +08:00
shadow-glob-module-resolution-4.stderr mark undetermined if target binding in current ns is not got 2024-06-17 11:29:43 +08:00
shadow_builtin_macros.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
shadow_builtin_macros.stderr Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
show-private-items-issue-138626.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
show-private-items-issue-138626.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
simple-dylib-import.rs rewrite and rename issue-37893 to rmake 2024-05-29 11:38:47 -04:00
simple-rlib-import.rs Rewrite simple-rlib to rmake 2024-05-28 11:41:53 -04:00
suggest-import-ice-issue-127302.edition2015.stderr Fix import suggestion ice 2024-07-04 09:55:00 +00:00
suggest-import-ice-issue-127302.edition2021.stderr Fix import suggestion ice 2024-07-04 09:55:00 +00:00
suggest-import-ice-issue-127302.rs Fix import suggestion ice 2024-07-04 09:55:00 +00:00
suggest-import-issue-120074.edition2015.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
suggest-import-issue-120074.post2015.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
suggest-import-issue-120074.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
suggest-remove-issue-121315.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
suggest-remove-issue-121315.stderr fix: Add col separator before secondary messages with no source 2025-08-26 15:15:17 -06:00
tool-mod-child.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
tool-mod-child.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
unnamed_pub_trait.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
unnamed_pub_trait.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
unresolved-imports-used.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
unresolved-imports-used.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
unresolved-seg-after-ambiguous.rs resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
unresolved-seg-after-ambiguous.stderr resolve: Downgrade ambiguous_glob_imports to warn-by-default 2026-01-15 13:02:20 +03:00
unused-import-issue-87973.fixed If suggestion would leave an empty line, delete it 2024-03-01 13:48:20 +00:00
unused-import-issue-87973.rs Unify all the always-false cfgs under the FALSE cfg 2024-04-07 01:16:45 +02:00
unused-import-issue-87973.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
unused-imports-in-test-mode.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unused-imports-in-test-mode.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused-imports-in-test-module.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused-imports-in-test-module.stderr make unused_imports less assertive in test modules 2024-02-25 09:37:57 +02:00
unused-macro-use.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused-macro-use.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
use-declaration-no-path-segment-prefix.rs comments 2025-07-25 20:38:54 +05:00
use-mod.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00