Remove uses of const_loop
in rustc
This commit is contained in:
parent
86e1555e9f
commit
5bed94cda4
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@
|
|||
#![feature(const_alloc_layout)]
|
||||
#![feature(const_discriminant)]
|
||||
#![cfg_attr(bootstrap, feature(const_if_match))]
|
||||
#![feature(const_loop)]
|
||||
#![cfg_attr(bootstrap, feature(const_loop))]
|
||||
#![feature(const_checked_int_methods)]
|
||||
#![feature(const_euclidean_int_methods)]
|
||||
#![feature(const_overflowing_int_methods)]
|
||||
|
|
|
@ -11,7 +11,7 @@ Rust MIR: a lowered representation of Rust.
|
|||
#![feature(box_syntax)]
|
||||
#![feature(const_fn)]
|
||||
#![cfg_attr(bootstrap, feature(const_if_match))]
|
||||
#![feature(const_loop)]
|
||||
#![cfg_attr(bootstrap, feature(const_loop))]
|
||||
#![feature(const_panic)]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![feature(decl_macro)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue