servo: Merge #14889 - Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06) (from servo:rustup); r=jdm

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: df895cb80c460594f220b6cf28aa5869464d05ec
This commit is contained in:
Simon Sapin 2017-01-07 08:18:28 -08:00
Родитель 105925fae7
Коммит f5e9398e12
25 изменённых файлов: 5 добавлений и 29 удалений

Просмотреть файл

@ -2,8 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(proc_macro)]
extern crate ipc_channel;
extern crate regex;
#[macro_use]

Просмотреть файл

@ -5,7 +5,6 @@
#![crate_name = "canvas_traits"]
#![crate_type = "rlib"]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]
#![deny(unsafe_code)]

Просмотреть файл

@ -4,7 +4,6 @@
#![feature(box_syntax)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]
#![deny(unsafe_code)]

Просмотреть файл

@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![cfg_attr(feature = "servo", feature(plugin))]
#![cfg_attr(feature = "servo", feature(proc_macro))]
#![cfg_attr(feature = "servo", plugin(plugins))]
#![deny(unsafe_code)]

Просмотреть файл

@ -6,7 +6,6 @@
#![feature(conservative_impl_trait)]
#![feature(mpsc_select)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]
#![deny(unsafe_code)]

Просмотреть файл

@ -12,7 +12,6 @@
#![feature(box_syntax)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]
#![allow(non_snake_case)]

Просмотреть файл

@ -12,8 +12,6 @@
#![allow(non_snake_case)]
#![deny(unsafe_code)]
#![feature(proc_macro)]
#[allow(unused_extern_crates)]
#[macro_use]
extern crate bitflags;

Просмотреть файл

@ -8,7 +8,6 @@
#![feature(alloc)]
#![feature(box_syntax)]
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(range_contains)]
#![feature(unique)]

Просмотреть файл

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(plugin, proc_macro)]
#![feature(plugin)]
#![plugin(plugins)]
#![crate_name = "gfx_traits"]

Просмотреть файл

@ -2,8 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(proc_macro, proc_macro_lib)]
extern crate proc_macro;
#[macro_use] extern crate quote;
extern crate syn;

Просмотреть файл

@ -7,7 +7,6 @@
#![feature(conservative_impl_trait)]
#![feature(nonzero)]
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(raw)]
#![feature(step_by)]

Просмотреть файл

@ -8,7 +8,6 @@
#![feature(box_syntax)]
#![feature(mpsc_select)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]

Просмотреть файл

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(plugin, proc_macro)]
#![feature(plugin)]
#![plugin(plugins)]
#![deny(unsafe_code)]

Просмотреть файл

@ -5,7 +5,6 @@
#![feature(box_syntax)]
#![feature(mpsc_select)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]
#![deny(unsafe_code)]

Просмотреть файл

@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(box_syntax)]
#![feature(proc_macro)]
#![feature(slice_patterns)]
#![feature(step_by)]

Просмотреть файл

@ -5,7 +5,6 @@
#![cfg_attr(not(target_os = "windows"), feature(alloc_jemalloc))]
#![feature(box_syntax)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]
#![deny(unsafe_code)]

Просмотреть файл

@ -7,7 +7,7 @@
//! modules won't have to depend on `profile`.
#![feature(box_syntax)]
#![feature(plugin, proc_macro)]
#![feature(plugin)]
#![plugin(plugins)]
#![deny(unsafe_code)]

Просмотреть файл

@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(proc_macro)]
#![feature(step_trait)]
#![deny(unsafe_code)]

Просмотреть файл

@ -12,7 +12,6 @@
#![feature(on_unimplemented)]
#![feature(optin_builtin_traits)]
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(slice_patterns)]
#![feature(stmt_expr_attributes)]
#![feature(try_from)]

Просмотреть файл

@ -10,7 +10,6 @@
#![feature(box_syntax)]
#![feature(nonzero)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]
extern crate app_units;

Просмотреть файл

@ -6,7 +6,7 @@
//! The traits are here instead of in script so that these modules won't have
//! to depend on script.
#![feature(plugin, proc_macro)]
#![feature(plugin)]
#![plugin(plugins)]
#![deny(missing_docs)]
#![deny(unsafe_code)]

Просмотреть файл

@ -23,8 +23,6 @@
//! [cssparser]: ../cssparser/index.html
//! [selectors]: ../selectors/index.html
#![cfg_attr(feature = "servo", feature(proc_macro))]
#![deny(warnings)]
#![deny(missing_docs)]

Просмотреть файл

@ -12,7 +12,6 @@
#![deny(unsafe_code, missing_docs)]
#![cfg_attr(feature = "servo", feature(plugin))]
#![cfg_attr(feature = "servo", feature(proc_macro))]
extern crate app_units;
#[macro_use]

Просмотреть файл

@ -8,7 +8,6 @@
#![crate_type = "rlib"]
#![cfg_attr(feature = "servo", feature(plugin))]
#![cfg_attr(feature = "servo", feature(proc_macro))]
#[cfg(feature = "servo")] extern crate serde;
#[cfg(feature = "servo")] #[macro_use] extern crate serde_derive;

Просмотреть файл

@ -1 +1 @@
2016-12-29
2017-01-06