Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=compiler-errors

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`.

Tracking issue:
- https://github.com/rust-lang/rust/issues/136946
This commit is contained in:
Jacob Pratt 2025-02-13 03:53:32 -05:00 committed by GitHub
commit 36d37966df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 63 additions and 53 deletions

View file

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