diff options
| author | bors <bors@rust-lang.org> | 2024-06-13 06:31:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-06-13 06:31:44 +0000 |
| commit | c5e94246a3f73d133debdd085e186d4c9e83c215 (patch) | |
| tree | e3c4fd2f9adcba2cc2f2923d27359869fd8f045e /compiler/rustc_pattern_analysis/src | |
| parent | 82c34ad09507d6a94c05cb21550a3e3a1a262493 (diff) | |
| parent | a49c65976cf3d8c705b328ef61d205a4501d3685 (diff) | |
| download | rust-c5e94246a3f73d133debdd085e186d4c9e83c215.tar.gz rust-c5e94246a3f73d133debdd085e186d4c9e83c215.zip | |
Auto merge of #3669 - rust-lang:rustup-2024-06-13, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
| -rw-r--r-- | compiler/rustc_pattern_analysis/src/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/rustc_pattern_analysis/src/lib.rs b/compiler/rustc_pattern_analysis/src/lib.rs index 4155540886a..c9590ad06b0 100644 --- a/compiler/rustc_pattern_analysis/src/lib.rs +++ b/compiler/rustc_pattern_analysis/src/lib.rs @@ -1,7 +1,9 @@ //! Analysis of patterns, notably match exhaustiveness checking. -#![allow(rustc::untranslatable_diagnostic)] +// tidy-alphabetical-start #![allow(rustc::diagnostic_outside_of_impl)] +#![allow(rustc::untranslatable_diagnostic)] +// tidy-alphabetical-end pub mod constructor; #[cfg(feature = "rustc")] |
