about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-09-23 04:29:15 +0200
committerGitHub <noreply@github.com>2022-09-23 04:29:15 +0200
commit5d7937de8cfeba357136bcd8b960f3d3984fe19a (patch)
treefd63a12674b7bcfbc7696c84e7538b201604be07 /compiler/rustc_span/src
parente7119a0300b87a3d670408ee8e847c6821b3ae80 (diff)
parentd0a07495be4906db5028a605f650aafeabee1879 (diff)
downloadrust-5d7937de8cfeba357136bcd8b960f3d3984fe19a.tar.gz
rust-5d7937de8cfeba357136bcd8b960f3d3984fe19a.zip
Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors
Split out async_fn_in_trait into a separate feature

PR #101224 added support for async fn in trait desuraging behind the `return_position_impl_trait_in_trait` feature.

Split this out so that it's behind its own feature gate, since async fn in trait doesn't need to follow the same stabilization schedule.
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 7785d29c15f..502ef67fc67 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -396,6 +396,7 @@ symbols! {
         assume_init,
         async_await,
         async_closure,
+        async_fn_in_trait,
         atomic,
         atomic_mod,
         atomics,