rustup (fixes #28)
This commit is contained in:
parent
538db34e60
commit
f428b18c47
5 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue