diff options
| author | Michael Goulet <michael@errs.io> | 2024-05-29 14:06:39 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-05-29 14:09:19 -0400 |
| commit | 7f11d6f4bf8c4574b29d683ff72e596e7bcfbb50 (patch) | |
| tree | 61109c8534fce133e68e8f34b0ae14510bc4f804 /compiler/rustc_span | |
| parent | f2e1a3a80ae54734e1a3d306f31c2caebb05de9b (diff) | |
| download | rust-7f11d6f4bf8c4574b29d683ff72e596e7bcfbb50.tar.gz rust-7f11d6f4bf8c4574b29d683ff72e596e7bcfbb50.zip | |
Add lang items for AsyncFn's associated types
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 90da220b3f5..cabd462cc8a 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -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, |
