Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27)

This commit is contained in:
Ms2ger 2015-12-30 16:05:10 +01:00 committed by Lars Bergstrom
parent a28b5cb438
commit 74f6c9b74f
10 changed files with 31 additions and 23 deletions

View file

@ -23,6 +23,7 @@ extern crate rustc_front;
extern crate rustc_plugin;
#[macro_use]
extern crate syntax;
extern crate syntax_ext;
extern crate tenacious;
extern crate url;