Skip to content

Commit

Permalink
Auto merge of #60950 - taiki-e:arbitrary_self_types-tests, r=Centril
Browse files Browse the repository at this point in the history
Move arbitrary self types's tests into ui/self

#60944 (comment)

r? @Centril
  • Loading branch information
bors committed May 21, 2019
2 parents b7f6b8a + 3e73ca6 commit 46ad3e1
Show file tree
Hide file tree
Showing 33 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// run-pass
#![feature(arbitrary_self_types, unsize, coerce_unsized, dispatch_from_dyn)]
#![feature(rustc_attrs)]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// run-pass
#![feature(arbitrary_self_types)]
#![feature(rustc_attrs)]

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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// run-pass
// compile-pass

#![feature(untagged_unions)]

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// run-pass
// compile-pass
#![allow(dead_code)]
// pretty-expanded FIXME #23616

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 46ad3e1

Please sign in to comment.