We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
const_loop
rustc
1 parent 86e1555 commit 5bed94cCopy full SHA for 5bed94c
src/libcore/lib.rs
@@ -74,7 +74,7 @@
74
#![feature(const_alloc_layout)]
75
#![feature(const_discriminant)]
76
#![cfg_attr(bootstrap, feature(const_if_match))]
77
-#![feature(const_loop)]
+#![cfg_attr(bootstrap, feature(const_loop))]
78
#![feature(const_checked_int_methods)]
79
#![feature(const_euclidean_int_methods)]
80
#![feature(const_overflowing_int_methods)]
src/librustc_mir/lib.rs
@@ -11,7 +11,7 @@ Rust MIR: a lowered representation of Rust.
11
#![feature(box_syntax)]
12
#![feature(const_fn)]
13
14
15
#![feature(const_panic)]
16
#![feature(crate_visibility_modifier)]
17
#![feature(decl_macro)]
0 commit comments