Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--crates/ide-db/src/generated/lints.rs64
1 files changed, 64 insertions, 0 deletions
diff --git a/crates/ide-db/src/generated/lints.rs b/crates/ide-db/src/generated/lints.rs
index 264bb4fa81..9d8175d5e9 100644
--- a/crates/ide-db/src/generated/lints.rs
+++ b/crates/ide-db/src/generated/lints.rs
@@ -2458,6 +2458,22 @@ The tracking issue for this feature is: [#111889]
deny_since: None,
},
Lint {
+ label: "abi_swift",
+ description: r##"# `abi_swift`
+
+Allows `extern "Swift" fn()`.
+
+The tracking issue for this feature is: [#156481]
+
+[#156481]: https://github.com/rust-lang/rust/issues/156481
+
+------------------------
+"##,
+ default_severity: Severity::Allow,
+ warn_since: None,
+ deny_since: None,
+ },
+ Lint {
label: "abi_unadjusted",
description: r##"# `abi_unadjusted`
@@ -11167,6 +11183,22 @@ The tracking issue for this feature is: [#147456]
deny_since: None,
},
Lint {
+ label: "move_expr",
+ description: r##"# `move_expr`
+
+Allows `move(expr)` in closures.
+
+The tracking issue for this feature is: [#155050]
+
+[#155050]: https://github.com/rust-lang/rust/issues/155050
+
+------------------------
+"##,
+ default_severity: Severity::Allow,
+ warn_since: None,
+ deny_since: None,
+ },
+ Lint {
label: "movrs_target_feature",
description: r##"# `movrs_target_feature`
@@ -13467,6 +13499,22 @@ The tracking issue for this feature is: [#138099]
deny_since: None,
},
Lint {
+ label: "return_address",
+ description: r##"# `return_address`
+
+
+
+The tracking issue for this feature is: [#154966]
+
+[#154966]: https://github.com/rust-lang/rust/issues/154966
+
+------------------------
+"##,
+ default_severity: Severity::Allow,
+ warn_since: None,
+ deny_since: None,
+ },
+ Lint {
label: "return_type_notation",
description: r##"# `return_type_notation`
@@ -16306,6 +16354,22 @@ The tracking issue for this feature is: [#89517]
deny_since: None,
},
Lint {
+ label: "unix_kill_process_group",
+ description: r##"# `unix_kill_process_group`
+
+
+
+The tracking issue for this feature is: [#156537]
+
+[#156537]: https://github.com/rust-lang/rust/issues/156537
+
+------------------------
+"##,
+ default_severity: Severity::Allow,
+ warn_since: None,
+ deny_since: None,
+ },
+ Lint {
label: "unix_mkfifo",
description: r##"# `unix_mkfifo`