Skip to content

Commit db450d2

Browse files
authored
Rollup merge of rust-lang#115446 - klensy:fixup-stable-version, r=cuviper
fix version for abi_thiscall to 1.73.0, which was forgotten to change when stabilized and (later) moved to beta See: rust-lang#114562 (comment) rust-lang#115056 (comment) https://rust-lang.zulipchat.com/#narrow/stream/241545-t-release/topic/1.2E72.2E0/near/387695644 Should be backported to beta too.
2 parents cf24a9f + 355ba43 commit db450d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_feature/src/accepted.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ declare_features! (
5454
/// instead of just the platforms on which it is the C ABI.
5555
(accepted, abi_sysv64, "1.24.0", Some(36167), None),
5656
/// Allows using the `thiscall` ABI.
57-
(accepted, abi_thiscall, "1.19.0", None, None),
57+
(accepted, abi_thiscall, "1.73.0", None, None),
5858
/// Allows using ADX intrinsics from `core::arch::{x86, x86_64}`.
5959
(accepted, adx_target_feature, "1.61.0", Some(44839), None),
6060
/// Allows explicit discriminants on non-unit enum variants.

0 commit comments

Comments
 (0)