about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorObei Sideg <obei.sideg@gmail.com>2025-04-08 05:29:19 +0300
committerObei Sideg <obei.sideg@gmail.com>2025-04-15 14:33:19 +0300
commitee53c26b41a74eb0ecf785e8cfac98e5aa980756 (patch)
treeaf9ce3475f7897bb37682d8f3189b4f46bfaafea /compiler/rustc_span
parentc580c498a1fe144d7c5b2dfc7faab1a229aa288b (diff)
Add `explicit_extern_abis` unstable feature
also add `explicit-extern-abis` feature section to
the unstable book.
Diffstat (limited to 'compiler/rustc_span')
-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 d1f3eb16e4e..0a2e4e4977f 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -916,6 +916,7 @@ symbols! {
         expf16,
         expf32,
         expf64,
+        explicit_extern_abis,
         explicit_generic_args_with_impl_trait,
         explicit_tail_calls,
         export_name,