about summary refs log tree commit diff
path: root/tests/codegen
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 /tests/codegen
parent85fbb571497d13cfb828de9b0d3e78656b9203c1 (diff)
downloadrust-3f3262e592c51b0f39925a7a716d29b7a8e37ff4.tar.gz
rust-3f3262e592c51b0f39925a7a716d29b7a8e37ff4.zip
stabilize abi_thiscall
Diffstat (limited to 'tests/codegen')
-rw-r--r--tests/codegen/unwind-abis/thiscall-unwind-abi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/unwind-abis/thiscall-unwind-abi.rs b/tests/codegen/unwind-abis/thiscall-unwind-abi.rs
index 7e81367fc5b..0a02755a2cd 100644
--- a/tests/codegen/unwind-abis/thiscall-unwind-abi.rs
+++ b/tests/codegen/unwind-abis/thiscall-unwind-abi.rs
@@ -1,7 +1,7 @@
 // needs-llvm-components: x86
 // compile-flags: --target=i686-pc-windows-msvc --crate-type=rlib -Cno-prepopulate-passes
 #![no_core]
-#![feature(no_core, lang_items, c_unwind, abi_thiscall)]
+#![feature(no_core, lang_items, c_unwind)]
 #[lang="sized"]
 trait Sized { }