diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2025-02-12 10:35:32 -0800 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2025-02-12 19:57:45 -0800 |
| commit | 4bb0c3da2c1397034a5036b73bc78369b719f593 (patch) | |
| tree | a692e4db1ac5b1395677f7ca73615f46ef7a2b94 /compiler/rustc_span/src | |
| parent | ef148cd7eb00a5a973130dc6473da71fd6c487ee (diff) | |
Split out the `extern_system_varargs` feature
After the stabilization PR was opened, `extern "system"` functions were added to `extended_varargs_abi_support`. This has a number of questions regarding it that were not discussed and were somewhat surprising. It deserves to be considered as its own feature, separate from `extended_varargs_abi_support`.
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 bb59b4c40bd..cdc8e389705 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -879,6 +879,7 @@ symbols! { extern_crate_self, extern_in_paths, extern_prelude, + extern_system_varargs, extern_types, external, external_doc, |
