Skip to content

Commit

Permalink
bootstrap -> boostrap_stdarch_ignore_this
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Sep 7, 2019
1 parent c6bfb1e commit e362ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/lib.rs
Expand Up @@ -87,7 +87,7 @@
#![feature(link_llvm_intrinsics)]
#![feature(never_type)]
#![feature(nll)]
#![cfg_attr(bootstrap, feature(bind_by_move_pattern_guards))]
#![cfg_attr(boostrap_stdarch_ignore_this, feature(bind_by_move_pattern_guards))]
#![feature(exhaustive_patterns)]
#![feature(no_core)]
#![feature(on_unimplemented)]
Expand Down

0 comments on commit e362ff9

Please sign in to comment.