We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0155385 commit 96b60edCopy full SHA for 96b60ed
crates/ide-db/src/generated/lints.rs
@@ -928,22 +928,6 @@ $ cat $(find -name '*.s')
928
ret;
929
}
930
```
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.
947
"##,
948
},
949
Lint {
0 commit comments