Skip to content

Commit b88534d

Browse files
committed
Migrate 11 issue tests to specific subdirectories
1 parent d8b2222 commit b88534d

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)