rust/library/core
Jake Goulding 0a91755ff4 Properly define va_arg and va_list for aarch64-apple-darwin
From [Apple][]:

> Because of these changes, the type `va_list` is an alias for `char*`,
> and not for the struct type in the generic procedure call standard.

With this change `/x.py test --stage 1 src/test/ui/abi/variadic-ffi`
passes.

Fixes #78092

[Apple]: https://developer.apple.com/documentation/xcode/writing_arm64_code_for_apple_platforms
2020-10-25 21:37:01 -04:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Properly define va_arg and va_list for aarch64-apple-darwin 2020-10-25 21:37:01 -04:00
tests Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnr 2020-10-14 06:02:36 +09:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00