mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
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:
commit
46ad3e1882
@ -1,3 +1,4 @@
|
||||
// run-pass
|
||||
#![feature(arbitrary_self_types, unsize, coerce_unsized, dispatch_from_dyn)]
|
||||
#![feature(rustc_attrs)]
|
||||
|
@ -1,3 +1,4 @@
|
||||
// run-pass
|
||||
#![feature(arbitrary_self_types)]
|
||||
#![feature(rustc_attrs)]
|
||||
|
@ -1,4 +1,4 @@
|
||||
// run-pass
|
||||
// compile-pass
|
||||
#![allow(dead_code)]
|
||||
// Test to make sure that explicit self params work inside closures
|
||||
|
@ -1,4 +1,4 @@
|
||||
// run-pass
|
||||
// compile-pass
|
||||
|
||||
#![feature(untagged_unions)]
|
||||
|
@ -1,4 +1,4 @@
|
||||
// run-pass
|
||||
// compile-pass
|
||||
#![allow(dead_code)]
|
||||
// pretty-expanded FIXME #23616
|
||||
|
Loading…
Reference in New Issue
Block a user