Implement new mod import sugar

Implements RFC #168.
This commit is contained in:
Jakub Wieczorek
2014-07-18 00:56:56 +02:00
parent 50481f5503
commit 4b9bc2e8f2
17 changed files with 268 additions and 80 deletions

View File

@@ -24,7 +24,7 @@
html_root_url = "http://doc.rust-lang.org/master/")]
#![feature(macro_rules, globs, managed_boxes, default_type_params, phase)]
#![feature(quote, unsafe_destructor)]
#![feature(quote, struct_variant, unsafe_destructor)]
#![allow(deprecated)]
extern crate fmt_macros;