Skip to content

Commit 033c234

Browse files
committed
Auto merge of #149410 - Zalathar:rollup-wke6axp, r=Zalathar
Rollup of 5 pull requests Successful merges: - rust-lang/rust#149087 (Stabilize `unchecked_neg` and `unchecked_shifts`) - rust-lang/rust#149107 (rustc_borrowck: Don't suggest changing closure param type not under user control) - rust-lang/rust#149323 (Use cg_llvm's target_config in miri) - rust-lang/rust#149380 (Run `eval_config_entry` on all branches so we always emit lints) - rust-lang/rust#149394 (add regression test for guard patterns liveness ICE) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 0f64576 + 8453dcd commit 033c234

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

crates/ide-db/src/generated/lints.rs

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11840,34 +11840,6 @@ extern "rust-call" fn add_args(args: (u32, u32)) -> u32 {
1184011840

1184111841
fn main() {}
1184211842
```
11843-
"##,
11844-
default_severity: Severity::Allow,
11845-
warn_since: None,
11846-
deny_since: None,
11847-
},
11848-
Lint {
11849-
label: "unchecked_neg",
11850-
description: r##"# `unchecked_neg`
11851-
11852-
The tracking issue for this feature is: [#85122]
11853-
11854-
[#85122]: https://github.com/rust-lang/rust/issues/85122
11855-
11856-
------------------------
11857-
"##,
11858-
default_severity: Severity::Allow,
11859-
warn_since: None,
11860-
deny_since: None,
11861-
},
11862-
Lint {
11863-
label: "unchecked_shifts",
11864-
description: r##"# `unchecked_shifts`
11865-
11866-
The tracking issue for this feature is: [#85122]
11867-
11868-
[#85122]: https://github.com/rust-lang/rust/issues/85122
11869-
11870-
------------------------
1187111843
"##,
1187211844
default_severity: Severity::Allow,
1187311845
warn_since: None,

0 commit comments

Comments
 (0)