Add lang items for AsyncFn's associated types
This commit is contained in:
parent
f2e1a3a80a
commit
7f11d6f4bf
4 changed files with 23 additions and 8 deletions
|
@ -441,6 +441,7 @@ symbols! {
|
|||
async_fn_kind_helper,
|
||||
async_fn_mut,
|
||||
async_fn_once,
|
||||
async_fn_once_output,
|
||||
async_fn_track_caller,
|
||||
async_fn_traits,
|
||||
async_for_loop,
|
||||
|
@ -498,6 +499,8 @@ symbols! {
|
|||
call,
|
||||
call_mut,
|
||||
call_once,
|
||||
call_once_future,
|
||||
call_ref_future,
|
||||
caller_location,
|
||||
capture_disjoint_fields,
|
||||
catch_unwind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue