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:
parent
ef148cd7eb
commit
4bb0c3da2c
13 changed files with 63 additions and 53 deletions
|
@ -879,6 +879,7 @@ symbols! {
|
|||
extern_crate_self,
|
||||
extern_in_paths,
|
||||
extern_prelude,
|
||||
extern_system_varargs,
|
||||
extern_types,
|
||||
external,
|
||||
external_doc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue