Skip to content

Commit 96b60ed

Browse files
committed
stabilize abi_thiscall
1 parent 0155385 commit 96b60ed

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Diff for: 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)