Rust upgrade to 2016-04-12

This commit is contained in:
Manish Goregaokar 2016-04-14 02:13:33 +05:30
parent 7faa3ed9cb
commit e10c580768
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
13 changed files with 163 additions and 152 deletions

View file

@ -21,7 +21,6 @@
extern crate clippy;
#[macro_use]
extern crate rustc;
extern crate rustc_front;
extern crate rustc_plugin;
#[macro_use]
extern crate syntax;