1
Fork 0

rustup (fixes #28)

This commit is contained in:
Manish Goregaokar 2015-01-10 11:56:58 +05:30
parent 538db34e60
commit f428b18c47
5 changed files with 20 additions and 20 deletions

View file

@ -1,10 +1,10 @@
#![feature(globs, phase, plugin_registrar)]
#![feature(plugin_registrar, box_syntax)]
#![allow(unused_imports)]
#![allow(unused_imports, unstable)]
#[phase(plugin, link)]
#[macro_use]
extern crate syntax;
#[phase(plugin, link)]
#[macro_use]
extern crate rustc;
// Only for the compile time checking of paths