We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bfb1e commit e362ff9Copy full SHA for e362ff9
src/libcore/lib.rs
@@ -87,7 +87,7 @@
87
#![feature(link_llvm_intrinsics)]
88
#![feature(never_type)]
89
#![feature(nll)]
90
-#![cfg_attr(bootstrap, feature(bind_by_move_pattern_guards))]
+#![cfg_attr(boostrap_stdarch_ignore_this, feature(bind_by_move_pattern_guards))]
91
#![feature(exhaustive_patterns)]
92
#![feature(no_core)]
93
#![feature(on_unimplemented)]
0 commit comments