diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-08-07 16:47:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-07 16:47:57 +0200 |
| commit | 3ea1928fb25db945aefa39a0db55b69b6635f147 (patch) | |
| tree | 81d5de7707119aa52d5da1bcf5e6941cdf2f75f9 | |
| parent | aa55ce9567af6e810b66744f64981f2eb2ed0082 (diff) | |
| parent | 96b60ed2784a4f9136d63aa581042b8c044f40e5 (diff) | |
Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk
stabilize abi_thiscall Closes https://github.com/rust-lang/rust/issues/42202, stabilizing the use of the "thiscall" ABI. FCP was substituted by a poll, and the poll has been accepted.
| -rw-r--r-- | crates/ide-db/src/generated/lints.rs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/crates/ide-db/src/generated/lints.rs b/crates/ide-db/src/generated/lints.rs index e488300b41c..49b37024a5e 100644 --- a/crates/ide-db/src/generated/lints.rs +++ b/crates/ide-db/src/generated/lints.rs @@ -931,22 +931,6 @@ $ cat $(find -name '*.s') "##, }, Lint { - label: "abi_thiscall", - description: r##"# `abi_thiscall` - -The tracking issue for this feature is: [#42202] - -[#42202]: https://github.com/rust-lang/rust/issues/42202 - ------------------------- - -The MSVC ABI on x86 Windows uses the `thiscall` calling convention for C++ -instance methods by default; it is identical to the usual (C) calling -convention on x86 Windows except that the first parameter of the method, -the `this` pointer, is passed in the ECX register. -"##, - }, - Lint { label: "allocator_api", description: r##"# `allocator_api` |
