Skip to content

Commit 5bc84d2

Browse files
authored
Rollup merge of rust-lang#60950 - taiki-e:arbitrary_self_types-tests, r=Centril
Move arbitrary self types's tests into ui/self rust-lang#60944 (comment) r? @Centril
2 parents 0918959 + 3e73ca6 commit 5bc84d2

33 files changed

+5
-3
lines changed
File renamed without changes.
File renamed without changes.

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

Lines changed: 1 addition & 0 deletions
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

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

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

Lines changed: 1 addition & 0 deletions
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

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

0 commit comments

Comments
 (0)