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
mod_dir_implicit_aux
mod_dir_simple
module-polymorphism3-files
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
issue-1920-1.stderr
issue-1920-2.rs
issue-1920-2.stderr
issue-1920-3.rs
issue-1920-3.stderr
issue-13872.rs
issue-56411-aux.rs
issue-56411.rs
issue-56411.stderr
issue-107649.rs
issue-107649.stderr feat: Right align line numbers 2025-07-28 16:32:11 -06:00
mod-inside-fn.rs
mod-pub-access.rs
mod-same-item-names.rs cleaned up some tests 2025-07-01 16:26:57 +05:00
mod-view-items.rs
mod_dir_implicit.rs
mod_dir_path.rs
mod_dir_path2.rs
mod_dir_path3.rs
mod_dir_path_multi.rs
mod_dir_recursive.rs
mod_dir_simple.rs
mod_file.rs
mod_file_aux.rs
mod_file_with_path_attr.rs
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
path-macro.rs
path-macro.stderr
path-no-file-name.rs
path-no-file-name.stderr
primitive-type-module-deprecated-paths.rs cleaned up some tests 2025-07-10 18:50:35 +05:00
special_module_name.rs
special_module_name.stderr
special_module_name_ignore.rs
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