Ungate default type parameters.

These are in scope for 1.0, and this is good to e.g. find as many bugs
as possible.
This commit is contained in:
Huon Wilson 2015-01-05 17:07:16 +11:00
parent 6795148169
commit 6e3d78f06f
7 changed files with 10 additions and 42 deletions

View file

@ -24,6 +24,7 @@
#![feature(globs)]
#![feature(link_args)]
#![feature(unboxed_closures)]
#![feature(old_orphan_check)]
extern crate libc;