Skip to content

Commit

Permalink
Rollup merge of rust-lang#115446 - klensy:fixup-stable-version, r=cuv…
Browse files Browse the repository at this point in the history
…iper

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.
  • Loading branch information
matthiaskrgr committed Sep 1, 2023
2 parents cf24a9f + 355ba43 commit db450d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/accepted.rs
Expand Up @@ -54,7 +54,7 @@ declare_features! (
/// instead of just the platforms on which it is the C ABI.
(accepted, abi_sysv64, "1.24.0", Some(36167), None),
/// Allows using the `thiscall` ABI.
(accepted, abi_thiscall, "1.19.0", None, None),
(accepted, abi_thiscall, "1.73.0", None, None),
/// Allows using ADX intrinsics from `core::arch::{x86, x86_64}`.
(accepted, adx_target_feature, "1.61.0", Some(44839), None),
/// Allows explicit discriminants on non-unit enum variants.
Expand Down

0 comments on commit db450d2

Please sign in to comment.