Auto merge of #15154 - servo:rustup, r=SimonSapin

Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15154)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-01-24 06:11:40 -08:00 committed by GitHub
commit 2ff4246215
41 changed files with 11 additions and 93 deletions

View file

@ -29,10 +29,8 @@ extern crate log;
extern crate msg;
extern crate net_traits;
extern crate offscreen_gl_context;
#[macro_use]
extern crate profile_traits;
extern crate script_traits;
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate servo_config;