Skip to content

Commit b13aace

Browse files
authored
Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk
stabilize abi_thiscall Closes rust-lang/rust#42202, stabilizing the use of the "thiscall" ABI. FCP was substituted by a poll, and the poll has been accepted.
2 parents 69e0749 + 60bc0d5 commit b13aace

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

crates/ide-db/src/generated/lints.rs

-16
Original file line numberDiff line numberDiff line change
@@ -928,22 +928,6 @@ $ cat $(find -name '*.s')
928928
ret;
929929
}
930930
```
931-
"##,
932-
},
933-
Lint {
934-
label: "abi_thiscall",
935-
description: r##"# `abi_thiscall`
936-
937-
The tracking issue for this feature is: [#42202]
938-
939-
[#42202]: https://github.com/rust-lang/rust/issues/42202
940-
941-
------------------------
942-
943-
The MSVC ABI on x86 Windows uses the `thiscall` calling convention for C++
944-
instance methods by default; it is identical to the usual (C) calling
945-
convention on x86 Windows except that the first parameter of the method,
946-
the `this` pointer, is passed in the ECX register.
947931
"##,
948932
},
949933
Lint {

0 commit comments

Comments
 (0)