Auto merge of #60950 - taiki-e:arbitrary_self_types-tests, r=Centril

Move arbitrary self types's tests into ui/self

https://github.com/rust-lang/rust/pull/60944#discussion_r285362006

r? @Centril
This commit is contained in:
bors 2019-05-21 03:44:09 +00:00
commit 46ad3e1882
33 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
// run-pass
#![feature(arbitrary_self_types, unsize, coerce_unsized, dispatch_from_dyn)]
#![feature(rustc_attrs)]

View File

@ -1,3 +1,4 @@
// run-pass
#![feature(arbitrary_self_types)]
#![feature(rustc_attrs)]

View File

@ -1,4 +1,4 @@
// run-pass
// compile-pass
#![allow(dead_code)]
// Test to make sure that explicit self params work inside closures

View File

@ -1,4 +1,4 @@
// run-pass
// compile-pass
#![feature(untagged_unions)]

View File

@ -1,4 +1,4 @@
// run-pass
// compile-pass
#![allow(dead_code)]
// pretty-expanded FIXME #23616