rust/tests/ui/modules
Jakub Beránek e89ae47b97
Rollup merge of #144552 - Oneirical:uncountable-integer-3, r=jieyouxu
Rehome 33 `tests/ui/issues/` tests to other subdirectories under `tests/ui/`

rust-lang/rust#143902 divided into smaller, easier to review chunks.

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-06 15:55:42 +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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-56411.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
path-invalid-form.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
path-macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
path-macro.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01: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
special_module_name.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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