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
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 tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-56411-aux.rs
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
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
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 tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
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 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
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
use-statement-duplicate-check-7663.rs Add test batch 2 2025-08-27 15:06:05 -04:00