diff options
| author | Benedikt Radtke <benediktradtke@gmail.com> | 2023-08-06 23:20:53 +0200 |
|---|---|---|
| committer | Benedikt Radtke <benediktradtke@gmail.com> | 2023-08-07 14:11:03 +0200 |
| commit | 3f3262e592c51b0f39925a7a716d29b7a8e37ff4 (patch) | |
| tree | 9e1a6a0de3fc02f9b388327701bdba294811279d /tests/codegen | |
| parent | 85fbb571497d13cfb828de9b0d3e78656b9203c1 (diff) | |
| download | rust-3f3262e592c51b0f39925a7a716d29b7a8e37ff4.tar.gz rust-3f3262e592c51b0f39925a7a716d29b7a8e37ff4.zip | |
stabilize abi_thiscall
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/unwind-abis/thiscall-unwind-abi.rs | 2 |
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 { } |
