Skip to content

Commit 093be36

Browse files
committed
Add thiscall_abi to stable version Rust 1.73.
1.73 Changelog: - https://github.com/rust-lang/rust/releases/tag/1.73.0 Stabilization issue: - rust-lang/rust#114562
1 parent 100ab4c commit 093be36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/features.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ macro_rules! define_rust_targets {
9595
// not stable.
9696
define_rust_targets! {
9797
Nightly => {
98-
thiscall_abi: #42202,
9998
vectorcall_abi,
10099
},
100+
Stable_1_73(73) => { thiscall_abi: #42202 },
101101
Stable_1_71(71) => { c_unwind_abi: #106075 },
102102
Stable_1_68(68) => { abi_efiapi: #105795 },
103103
Stable_1_64(64) => { core_ffi_c: #94503 },

0 commit comments

Comments
 (0)