Skip to content

Commit

Permalink
Rollup merge of rust-lang#60950 - taiki-e:arbitrary_self_types-tests,…
Browse files Browse the repository at this point in the history
… r=Centril

Move arbitrary self types's tests into ui/self

rust-lang#60944 (comment)

r? @Centril
  • Loading branch information
Centril authored May 21, 2019
2 parents 0918959 + 3e73ca6 commit 5bc84d2
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 5bc84d2

Please sign in to comment.