about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/active.rs
diff options
context:
space:
mode:
authorBenedikt Radtke <benediktradtke@gmail.com>2023-08-06 23:20:53 +0200
committerBenedikt Radtke <benediktradtke@gmail.com>2023-08-07 14:11:03 +0200
commit3f3262e592c51b0f39925a7a716d29b7a8e37ff4 (patch)
tree9e1a6a0de3fc02f9b388327701bdba294811279d /compiler/rustc_feature/src/active.rs
parent85fbb571497d13cfb828de9b0d3e78656b9203c1 (diff)
downloadrust-3f3262e592c51b0f39925a7a716d29b7a8e37ff4.tar.gz
rust-3f3262e592c51b0f39925a7a716d29b7a8e37ff4.zip
stabilize abi_thiscall
Diffstat (limited to 'compiler/rustc_feature/src/active.rs')
-rw-r--r--compiler/rustc_feature/src/active.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index 2a0dab64af5..ede3570510a 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -156,8 +156,6 @@ declare_features! (
     // -------------------------------------------------------------------------
     // no-tracking-issue-start
 
-    /// Allows using the `thiscall` ABI.
-    (active, abi_thiscall, "1.19.0", None, None),
     /// Allows using the `unadjusted` ABI; perma-unstable.
     (active, abi_unadjusted, "1.16.0", None, None),
     /// Allows using the `vectorcall` ABI.