1
Fork 0

Add feature gates for for and ? in consts

This commit is contained in:
Jonas Schievink 2021-07-18 03:34:50 +02:00
parent a985d8e6c7
commit dbd126901a
8 changed files with 91 additions and 4 deletions

View file

@ -410,6 +410,7 @@ symbols! {
const_fn_transmute,
const_fn_union,
const_fn_unsize,
const_for,
const_format_args,
const_generic_defaults,
const_generics,
@ -432,6 +433,7 @@ symbols! {
const_trait_bound_opt_out,
const_trait_impl,
const_transmute,
const_try,
constant,
constructor,
contents,