mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 12:33:14 +00:00
fix version for abi_thiscall to 1.73.0, which was forgotten to change when stabilized
This commit is contained in:
parent
1accf068d8
commit
355ba433ee
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user