rust/tests/ui/modules
Matthias Krüger 47f1df5ca3
Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxu
Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [#2 of Batch #2]

Part of rust-lang/rust#133895

Methodology:

1. Refer to the previously written `tests/ui/SUMMARY.md`
2. Find an appropriate category for the test, using the original issue thread and the test contents.
3. Add the issue URL at the bottom (not at the top, as that would mess up stderr line numbers)
4. Rename the tests to make their purpose clearer

Inspired by the methodology that `@Kivooeo` was using.

r? `@jieyouxu`
2025-08-29 12:37:30 +02:00
..
auxiliary Move tests 2024-04-07 17:38:07 -03:00
mod_dir_implicit_aux [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mod_dir_simple [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
module-polymorphism3-files [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
module_suggestion_when_module_not_found tests 2025-06-27 12:07:52 +07:00
circular-module-imports-32797.rs Rehome tests/ui/issues/ tests [3/?] 2025-08-04 16:43:53 -04:00
impl-cross-module.rs cleaned up some tests 2025-06-11 20:51:49 +05:00
issue-1920-1.rs Move tests 2024-04-07 17:38:07 -03:00
issue-1920-1.stderr Move tests 2024-04-07 17:38:07 -03:00
issue-1920-2.rs Move tests 2024-04-07 17:38:07 -03:00
issue-1920-2.stderr Move tests 2024-04-07 17:38:07 -03:00
issue-1920-3.rs Move tests 2024-04-07 17:38:07 -03:00
issue-1920-3.stderr Move tests 2024-04-07 17:38:07 -03:00
issue-13872.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-56411-aux.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-56411.rs
issue-56411.stderr
issue-107649.rs compiletest: Stricter parsing for diagnostic kinds 2025-04-07 19:13:31 +03:00
issue-107649.stderr feat: Right align line numbers 2025-07-28 16:32:11 -06:00
mod-inside-fn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mod-pub-access.rs Cleaned up 5 tests in tests/ui 2025-04-25 20:50:57 +09:00
mod-same-item-names.rs cleaned up some tests 2025-07-01 16:26:57 +05:00
mod-view-items.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
mod_dir_implicit.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mod_dir_path.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mod_dir_path2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mod_dir_path3.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mod_dir_path_multi.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mod_dir_recursive.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mod_dir_simple.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mod_file.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mod_file_aux.rs tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
mod_file_with_path_attr.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
module-qualified-paths-basic.rs cleaned up some tests 2025-07-10 18:50:35 +05:00
module-super-access.rs cleaned up some tests 2025-07-13 00:03:31 +05:00
module-use-nested-groups.rs cleaned up some tests 2025-07-10 18:50:35 +05:00
nested-modules-basic.rs cleaned up some tests 2025-06-29 15:37:33 +05:00
path-invalid-form.rs
path-invalid-form.stderr Add link to docs on malformed attributes 2025-08-11 16:00:49 +00:00
path-macro.rs
path-macro.stderr Add link to docs on malformed attributes 2025-08-11 16:00:49 +00:00
path-no-file-name.rs Point at invalid utf-8 span on user's source code 2025-01-22 00:52:27 +00:00
path-no-file-name.stderr Point at invalid utf-8 span on user's source code 2025-01-22 00:52:27 +00:00
primitive-type-module-deprecated-paths.rs cleaned up some tests 2025-07-10 18:50:35 +05:00
pub-use-module-alias-5950.rs Add test batch 1 2025-08-27 00:23:26 -04:00
special_module_name.rs
special_module_name.stderr Mention the syntax for use on mod foo; if foo doesn't exist 2023-10-21 15:56:01 +00:00
special_module_name_ignore.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
super-at-crate-root.rs cleaned up some tests 2025-07-13 00:03:31 +05:00
super-at-crate-root.stderr cleaned up some tests 2025-07-13 00:03:31 +05:00
use-keyword-reexport-type-alias.rs cleaned up some tests 2025-07-10 18:50:35 +05:00
use-statement-duplicate-check-7663.rs Add test batch 2 2025-08-27 15:06:05 -04:00