We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1accf06 commit 355ba43Copy full SHA for 355ba43
compiler/rustc_feature/src/accepted.rs
@@ -54,7 +54,7 @@ declare_features! (
54
/// instead of just the platforms on which it is the C ABI.
55
(accepted, abi_sysv64, "1.24.0", Some(36167), None),
56
/// Allows using the `thiscall` ABI.
57
- (accepted, abi_thiscall, "1.19.0", None, None),
+ (accepted, abi_thiscall, "1.73.0", None, None),
58
/// Allows using ADX intrinsics from `core::arch::{x86, x86_64}`.
59
(accepted, adx_target_feature, "1.61.0", Some(44839), None),
60
/// Allows explicit discriminants on non-unit enum variants.
0 commit comments