Skip to content

Commit 21033f6

Browse files
committedFeb 23, 2024
Auto merge of #121514 - matthiaskrgr:rollup-5f0vhv7, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - #120742 (mark `min_exhaustive_patterns` as complete) - #121470 (Don't ICE on anonymous struct in enum variant) - #121492 (coverage: Rename `is_closure` to `is_hole`) - #121495 (remove repetitive words) - #121498 (Make QNX/NTO specific "timespec capping" public to crate::sys) - #121510 (lint-overflowing-ops: unify cases and remove redundancy) r? `@ghost` `@rustbot` modify labels: rollup
2 parents b6a23b8 + 06e54f8 commit 21033f6

File tree

48 files changed

+1504
-1003
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1504
-1003
lines changed
 

‎compiler/rustc_codegen_ssa/src/back/metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ pub fn create_compressed_metadata_file_for_xcoff(
623623
/// that contains a custom section of the name `section_name` with contents
624624
/// `data`.
625625
///
626-
/// NB: the `object` crate does not yet have support for writing the the wasm
626+
/// NB: the `object` crate does not yet have support for writing the wasm
627627
/// object file format. The format is simple enough that for now an extra crate
628628
/// from crates.io (such as `wasm-encoder`). The file format is:
629629
///

‎compiler/rustc_feature/src/unstable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ declare_features! (
518518
(unstable, marker_trait_attr, "1.30.0", Some(29864)),
519519
/// Allows exhaustive pattern matching on types that contain uninhabited types in cases that are
520520
/// unambiguously sound.
521-
(incomplete, min_exhaustive_patterns, "1.77.0", Some(119612)),
521+
(unstable, min_exhaustive_patterns, "1.77.0", Some(119612)),
522522
/// A minimal, sound subset of specialization intended to be used by the
523523
/// standard library until the soundness issues with specialization
524524
/// are fixed.

0 commit comments

Comments
 (0)
Please sign in to comment.