diff options
| author | Michael Goulet <michael@errs.io> | 2024-11-16 20:18:02 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-12-10 16:52:20 +0000 |
| commit | 3b057796264e637b31c28809322028a32d22ae6f (patch) | |
| tree | f95cf88c7329511defc7d63af2bdb812c8f04b1b /compiler/rustc_span/src | |
| parent | 33c245b9e98bc91e18ea1c5033824f4c6f92766f (diff) | |
| download | rust-3b057796264e637b31c28809322028a32d22ae6f.tar.gz rust-3b057796264e637b31c28809322028a32d22ae6f.zip | |
Add feature gate, not working yet
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index d30b17c9cd8..9b499c71603 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -461,6 +461,7 @@ symbols! { async_drop_slice, async_drop_surface_drop_in_place, async_fn, + async_fn_in_dyn_trait, async_fn_in_trait, async_fn_kind_helper, async_fn_kind_upvars, |
