Skip to content

Commit dca48ec

Browse files
Rollup merge of rust-lang#152966 - raushan728:reorganize-ui-issues-1, r=Kivooeo
Migrate 11 tests from tests/ui/issues to specific directories Moved 11 regression tests from `tests/ui/issues` to their relevant subdirectories (`imports`, `pattern`, `lint`, and `typeck`). * Added standard issue tracking comments at the top of each file. * Relocated associated `aux-build` files. * Ran `./x.py test --bless` successfully.
2 parents 75b8c00 + b0d90ae commit dca48ec

33 files changed

Lines changed: 162 additions & 141 deletions

tests/ui/issues/auxiliary/issue-14422.rs renamed to tests/ui/imports/auxiliary/extern-crate-alias-impl-method-aux.rs

File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
extern crate extern_crate_indirect_fn_ptr_aux_1 as crate1;
2+
3+
pub static FOO2: crate1::Foo = crate1::FOO;

tests/ui/issues/auxiliary/issue-14344-1.rs renamed to tests/ui/imports/auxiliary/extern-crate-no-prefer-dynamic-aux-1.rs

File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
extern crate extern_crate_no_prefer_dynamic_aux_1;
2+
3+
pub fn bar() {}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)