Dont use gate bind_by_move_pattern_guards internally.
This commit is contained in:
parent
2a21c0f6d1
commit
0356813b27
@ -87,7 +87,7 @@
|
||||
#![feature(link_llvm_intrinsics)]
|
||||
#![feature(never_type)]
|
||||
#![feature(nll)]
|
||||
#![feature(bind_by_move_pattern_guards)]
|
||||
#![cfg_attr(bootstrap, feature(bind_by_move_pattern_guards))]
|
||||
#![feature(exhaustive_patterns)]
|
||||
#![feature(no_core)]
|
||||
#![feature(on_unimplemented)]
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#![feature(in_band_lifetimes)]
|
||||
#![feature(nll)]
|
||||
#![feature(bind_by_move_pattern_guards)]
|
||||
#![cfg_attr(bootstrap, feature(bind_by_move_pattern_guards))]
|
||||
|
||||
#![recursion_limit="256"]
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
|
||||
html_playground_url = "https://play.rust-lang.org/")]
|
||||
|
||||
#![feature(bind_by_move_pattern_guards)]
|
||||
#![cfg_attr(bootstrap, feature(bind_by_move_pattern_guards))]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(arbitrary_self_types)]
|
||||
#![feature(box_patterns)]
|
||||
|
@ -238,7 +238,7 @@
|
||||
#![feature(array_error_internals)]
|
||||
#![feature(asm)]
|
||||
#![feature(associated_type_bounds)]
|
||||
#![feature(bind_by_move_pattern_guards)]
|
||||
#![cfg_attr(bootstrap, feature(bind_by_move_pattern_guards))]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(c_variadic)]
|
||||
#![feature(cfg_target_has_atomic)]
|
||||
|
@ -7,7 +7,7 @@
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
|
||||
test(attr(deny(warnings))))]
|
||||
|
||||
#![feature(bind_by_move_pattern_guards)]
|
||||
#![cfg_attr(bootstrap, feature(bind_by_move_pattern_guards))]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(const_transmute)]
|
||||
|
Loading…
Reference in New Issue
Block a user