1
Fork 0

Remove uses of const_loop in rustc

This commit is contained in:
Dylan MacKenzie 2020-06-25 17:40:56 -07:00
parent 86e1555e9f
commit 5bed94cda4
2 changed files with 2 additions and 2 deletions

View file

@ -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)]

View file

@ -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)]