diff options
Diffstat (limited to 'tests/ui/extern')
-rw-r--r-- | tests/ui/extern/extern-thiscall.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/extern/extern-thiscall.rs b/tests/ui/extern/extern-thiscall.rs index 717df57ec..c491c156a 100644 --- a/tests/ui/extern/extern-thiscall.rs +++ b/tests/ui/extern/extern-thiscall.rs @@ -1,8 +1,6 @@ // run-pass // only-x86 -#![feature(abi_thiscall)] - trait A { extern "thiscall" fn test1(i: i32); } |