We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588a75c commit 308fe4bCopy full SHA for 308fe4b
bindgen/features.rs
@@ -95,9 +95,9 @@ macro_rules! define_rust_targets {
95
// not stable.
96
define_rust_targets! {
97
Nightly => {
98
- thiscall_abi: #42202,
99
vectorcall_abi,
100
},
+ Stable_1_73(73) => { thiscall_abi: #42202 },
101
Stable_1_71(71) => { c_unwind_abi: #106075 },
102
Stable_1_68(68) => { abi_efiapi: #105795 },
103
Stable_1_64(64) => { core_ffi_c: #94503 },
0 commit comments