1
Fork 0

Move tests to ui.

This commit is contained in:
Camille GILLOT 2018-11-08 10:39:46 +01:00
parent 1827d52a3f
commit f518cf9ba9
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
// This issue tests fn_traits overloading on arity.
// run-pass
#![feature(fn_traits)]
#![feature(unboxed_closures)]

View file

@ -1,4 +1,5 @@
// Test overloaded resolution of fn_traits.
// run-pass
#![feature(fn_traits)]
#![feature(unboxed_closures)]