diff options
| author | Benedikt Radtke <benediktradtke@gmail.com> | 2023-08-06 23:20:53 +0200 |
|---|---|---|
| committer | Benedikt Radtke <benediktradtke@gmail.com> | 2023-08-07 14:11:03 +0200 |
| commit | 96b60ed2784a4f9136d63aa581042b8c044f40e5 (patch) | |
| tree | effa8f22368a297d117118c3d1f9554aaa8197c4 | |
| parent | 0155385b576523194c06e3ec164c8c0691f331e0 (diff) | |
| download | rust-96b60ed2784a4f9136d63aa581042b8c044f40e5.tar.gz rust-96b60ed2784a4f9136d63aa581042b8c044f40e5.zip | |
stabilize abi_thiscall
| -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` |
