Add feature gates for for
and ?
in consts
This commit is contained in:
parent
a985d8e6c7
commit
dbd126901a
8 changed files with 91 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue