Function rustc_mir_build::thir::pattern::check_match::check_never_pattern
source · fn check_never_pattern<'tcx>(
cx: &RustcPatCtxt<'_, 'tcx>,
pat: &Pat<'tcx>
) -> Result<(), ErrorGuaranteed>
Expand description
Check that never patterns are only used on inhabited types.