We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8476c51 commit 3d260faCopy full SHA for 3d260fa
compiler/rustc_mir_build/src/thir/pattern/check_match.rs
@@ -1,8 +1,3 @@
1
-//#![allow(unused_imports, unused_variables)]
2
-
3
-//#![warn(rustc::untranslatable_diagnostic)]
4
-//#![warn(rustc::diagnostic_outside_of_impl)]
5
6
use super::deconstruct_pat::{Constructor, DeconstructedPat};
7
use super::usefulness::{
8
compute_match_usefulness, MatchArm, MatchCheckCtxt, Reachability, UsefulnessReport,
0 commit comments