1
Fork 0

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`.
This commit is contained in:
Jubilee Young 2025-02-12 10:35:32 -08:00
parent ef148cd7eb
commit 4bb0c3da2c
13 changed files with 63 additions and 53 deletions

View file

@ -879,6 +879,7 @@ symbols! {
extern_crate_self,
extern_in_paths,
extern_prelude,
extern_system_varargs,
extern_types,
external,
external_doc,