loop match: handle opaque patterns
fixes issue 143203
This commit is contained in:
@@ -1230,7 +1230,6 @@ pub(crate) struct ConstContinueMissingValue {
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(mir_build_const_continue_unknown_jump_target)]
|
||||
#[note]
|
||||
pub(crate) struct ConstContinueUnknownJumpTarget {
|
||||
#[primary_span]
|
||||
pub span: Span,
|
||||
|
||||
Reference in New Issue
Block a user