Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b53d839

Browse files
committedMay 19, 2019
Move arbitrary_self_types's tests into ui/self
1 parent 548add7 commit b53d839

10 files changed

+2
-0
lines changed
 

‎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

‎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

0 commit comments

Comments
 (0)
Please sign in to comment.