Skip to content

Commit dd7bc0d

Browse files
committed
Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar
Rollup of 19 pull requests Successful merges: - rust-lang/rust#137831 (Tweak auto trait errors) - rust-lang/rust#138689 (add nvptx_target_feature) - rust-lang/rust#140267 (implement continue_ok and break_ok for ControlFlow) - rust-lang/rust#143028 (emit `StorageLive` and schedule `StorageDead` for `let`-`else`'s bindings after matching) - rust-lang/rust#143764 (lower pattern bindings in the order they're written and base drop order on primary bindings' order) - rust-lang/rust#143808 (Port `#[should_panic]` to the new attribute parsing infrastructure ) - rust-lang/rust#143906 (Miri: non-deterministic floating point operations in `foreign_items`) - rust-lang/rust#143929 (Mark all deprecation lints in name resolution as deny-by-default and report-in-deps) - rust-lang/rust#144133 (Stabilize const TypeId::of) - rust-lang/rust#144369 (Upgrade semicolon_in_expressions_from_macros from warn to deny) - rust-lang/rust#144439 (Introduce ModernIdent type to unify macro 2.0 hygiene handling) - rust-lang/rust#144473 (Address libunwind.a inconsistency issues in the bootstrap program) - rust-lang/rust#144601 (Allow `cargo fix` to partially apply `mismatched_lifetime_syntaxes`) - rust-lang/rust#144650 (Additional tce tests) - rust-lang/rust#144659 (bootstrap: refactor mingw dist and fix gnullvm) - rust-lang/rust#144682 (Stabilize `strict_overflow_ops`) - rust-lang/rust#145026 (Update books) - rust-lang/rust#145033 (Reimplement `print_region` in `type_name.rs`.) - rust-lang/rust#145040 (rustc-dev-guide subtree update) Failed merges: - rust-lang/rust#143857 (Port #[macro_export] to the new attribute parsing infrastructure) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 21dcab3 + a75fd49 commit dd7bc0d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10699,20 +10699,6 @@ The tracking issue for this feature is: [#77998]
1069910699

1070010700
[#77998]: https://github.com/rust-lang/rust/issues/77998
1070110701

10702-
------------------------
10703-
"##,
10704-
default_severity: Severity::Allow,
10705-
warn_since: None,
10706-
deny_since: None,
10707-
},
10708-
Lint {
10709-
label: "strict_overflow_ops",
10710-
description: r##"# `strict_overflow_ops`
10711-
10712-
The tracking issue for this feature is: [#118260]
10713-
10714-
[#118260]: https://github.com/rust-lang/rust/issues/118260
10715-
1071610702
------------------------
1071710703
"##,
1071810704
default_severity: Severity::Allow,

0 commit comments

Comments
 (0)