We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
debug_pat
1 parent 17d2e8d commit 251b14fCopy full SHA for 251b14f
crates/hir-ty/src/diagnostics/match_check/pat_analysis.rs
@@ -460,7 +460,8 @@ impl<'p> TypeCx for MatchCheckCtx<'p> {
460
_f: &mut fmt::Formatter<'_>,
461
_pat: &rustc_pattern_analysis::pat::DeconstructedPat<'_, Self>,
462
) -> fmt::Result {
463
- unimplemented!()
+ // FIXME: implement this, as using `unimplemented!()` causes panics in `tracing`.
464
+ Ok(())
465
}
466
467
fn bug(&self, fmt: fmt::Arguments<'_>) -> ! {
0 commit comments