Skip to content

Commit 46ad3e1

Browse files
committed
Auto merge of #60950 - taiki-e:arbitrary_self_types-tests, r=Centril
Move arbitrary self types's tests into ui/self #60944 (comment) r? @Centril
2 parents b7f6b8a + 3e73ca6 commit 46ad3e1

33 files changed

+5
-3
lines changed

Diff for: src/test/run-pass/arbitrary_self_types_pointers_and_wrappers.rs renamed to src/test/ui/self/arbitrary_self_types_pointers_and_wrappers.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// run-pass
12
#![feature(arbitrary_self_types, unsize, coerce_unsized, dispatch_from_dyn)]
23
#![feature(rustc_attrs)]
34

Diff for: src/test/run-pass/arbitrary_self_types_stdlib_pointers.rs renamed to src/test/ui/self/arbitrary_self_types_stdlib_pointers.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// run-pass
12
#![feature(arbitrary_self_types)]
23
#![feature(rustc_attrs)]
34

Diff for: src/test/run-pass/self/explicit-self-closures.rs renamed to src/test/ui/self/explicit-self-closures.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
// compile-pass
22
#![allow(dead_code)]
33
// Test to make sure that explicit self params work inside closures
44

File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: src/test/run-pass/self/self-in-typedefs.rs renamed to src/test/ui/self/self-in-typedefs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
// compile-pass
22

33
#![feature(untagged_unions)]
44

File renamed without changes.

Diff for: src/test/run-pass/self/self-type-param.rs renamed to src/test/ui/self/self-type-param.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
// compile-pass
22
#![allow(dead_code)]
33
// pretty-expanded FIXME #23616
44

File renamed without changes.

0 commit comments

Comments
 (0)