Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
rust/tests/ui/c-variadic/variadic-ffi-2-arm.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
147 B
Rust
Raw Normal View History

Check ABI target compatibility for function pointers This check was previously only performed on functions not function pointers. Co-authored-by: Folkert <folkert@folkertdev.nl>
2024-08-07 15:48:16 +02:00
//@ only-arm
//@ build-pass
Revert "Stabilize `extended_varargs_abi_support`" This reverts commit 685f189b4307435b83d625fea397ef36dff4e955.
2025-02-11 17:22:27 -08:00
#![feature(extended_varargs_abi_support)]
Check ABI target compatibility for function pointers This check was previously only performed on functions not function pointers. Co-authored-by: Folkert <folkert@folkertdev.nl>
2024-08-07 15:48:16 +02:00
fn aapcs(f: extern "aapcs" fn(usize, ...)) {
f(22, 44);
}
fn main() {}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 320ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API