1
Fork 0

Allow async {} expressions in const contexts

This commit is contained in:
Jonas Schievink 2021-05-16 02:04:58 +02:00
parent 8cf990c9b5
commit bd16825767
10 changed files with 70 additions and 19 deletions

View file

@ -374,6 +374,7 @@ symbols! {
conservative_impl_trait,
console,
const_allocate,
const_async_blocks,
const_compare_raw_pointers,
const_constructor,
const_eval_limit,