Skip to content

Commit

Permalink
Add thiscall_abi to stable version Rust 1.73.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorc authored and emilio committed Jan 13, 2024
1 parent 588a75c commit 308fe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ macro_rules! define_rust_targets {
// not stable.
define_rust_targets! {
Nightly => {
thiscall_abi: #42202,
vectorcall_abi,
},
Stable_1_73(73) => { thiscall_abi: #42202 },
Stable_1_71(71) => { c_unwind_abi: #106075 },
Stable_1_68(68) => { abi_efiapi: #105795 },
Stable_1_64(64) => { core_ffi_c: #94503 },
Expand Down

0 comments on commit 308fe4b

Please sign in to comment.