Skip to content

Commit

Permalink
Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Jan 6, 2017
1 parent 0cd0bdd commit 67aea3b
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 29 deletions.
2 changes: 0 additions & 2 deletions components/bluetooth_traits/lib.rs
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion components/canvas_traits/lib.rs
Expand Up @@ -5,7 +5,6 @@
#![crate_name = "canvas_traits"]
#![crate_type = "rlib"]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]

#![deny(unsafe_code)]
Expand Down
1 change: 0 additions & 1 deletion components/compositing/lib.rs
Expand Up @@ -4,7 +4,6 @@

#![feature(box_syntax)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]

#![deny(unsafe_code)]
Expand Down
1 change: 0 additions & 1 deletion components/config/lib.rs
Expand Up @@ -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)]
Expand Down
1 change: 0 additions & 1 deletion components/constellation/lib.rs
Expand Up @@ -6,7 +6,6 @@
#![feature(conservative_impl_trait)]
#![feature(mpsc_select)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]

#![deny(unsafe_code)]
Expand Down
1 change: 0 additions & 1 deletion components/devtools/lib.rs
Expand Up @@ -12,7 +12,6 @@

#![feature(box_syntax)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]

#![allow(non_snake_case)]
Expand Down
2 changes: 0 additions & 2 deletions components/devtools_traits/lib.rs
Expand Up @@ -12,8 +12,6 @@
#![allow(non_snake_case)]
#![deny(unsafe_code)]

#![feature(proc_macro)]

#[allow(unused_extern_crates)]
#[macro_use]
extern crate bitflags;
Expand Down
1 change: 0 additions & 1 deletion components/gfx/lib.rs
Expand Up @@ -8,7 +8,6 @@
#![feature(alloc)]
#![feature(box_syntax)]
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(range_contains)]
#![feature(unique)]

Expand Down
2 changes: 1 addition & 1 deletion components/gfx_traits/lib.rs
Expand Up @@ -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"]
Expand Down
2 changes: 0 additions & 2 deletions components/jstraceable_derive/lib.rs
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion components/layout/lib.rs
Expand Up @@ -7,7 +7,6 @@
#![feature(conservative_impl_trait)]
#![feature(nonzero)]
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(raw)]
#![feature(step_by)]

Expand Down
1 change: 0 additions & 1 deletion components/layout_thread/lib.rs
Expand Up @@ -8,7 +8,6 @@
#![feature(box_syntax)]
#![feature(mpsc_select)]
#![feature(plugin)]
#![feature(proc_macro)]

#![plugin(plugins)]

Expand Down
2 changes: 1 addition & 1 deletion components/msg/lib.rs
Expand Up @@ -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)]
Expand Down
1 change: 0 additions & 1 deletion components/net/lib.rs
Expand Up @@ -5,7 +5,6 @@
#![feature(box_syntax)]
#![feature(mpsc_select)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]

#![deny(unsafe_code)]
Expand Down
1 change: 0 additions & 1 deletion components/net_traits/lib.rs
Expand Up @@ -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)]

Expand Down
1 change: 0 additions & 1 deletion components/profile/lib.rs
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion components/profile_traits/lib.rs
Expand Up @@ -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)]
Expand Down
1 change: 0 additions & 1 deletion components/range/lib.rs
Expand Up @@ -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)]
Expand Down
1 change: 0 additions & 1 deletion components/script/lib.rs
Expand Up @@ -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)]
Expand Down
1 change: 0 additions & 1 deletion components/script_layout_interface/lib.rs
Expand Up @@ -10,7 +10,6 @@
#![feature(box_syntax)]
#![feature(nonzero)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]

extern crate app_units;
Expand Down
2 changes: 1 addition & 1 deletion components/script_traits/lib.rs
Expand Up @@ -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)]
Expand Down
2 changes: 0 additions & 2 deletions components/style/lib.rs
Expand Up @@ -23,8 +23,6 @@
//! [cssparser]: ../cssparser/index.html
//! [selectors]: ../selectors/index.html

#![cfg_attr(feature = "servo", feature(proc_macro))]

#![deny(warnings)]
#![deny(missing_docs)]

Expand Down
1 change: 0 additions & 1 deletion components/style_traits/lib.rs
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion components/url/lib.rs
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion rust-nightly-date
@@ -1 +1 @@
2016-12-29
2017-01-06

0 comments on commit 67aea3b

Please sign in to comment.