Skip to content

Commit e362ff9

Browse files
committed
bootstrap -> boostrap_stdarch_ignore_this
1 parent c6bfb1e commit e362ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libcore/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#![feature(link_llvm_intrinsics)]
8888
#![feature(never_type)]
8989
#![feature(nll)]
90-
#![cfg_attr(bootstrap, feature(bind_by_move_pattern_guards))]
90+
#![cfg_attr(boostrap_stdarch_ignore_this, feature(bind_by_move_pattern_guards))]
9191
#![feature(exhaustive_patterns)]
9292
#![feature(no_core)]
9393
#![feature(on_unimplemented)]

0 commit comments

Comments
 (0)