1
Fork 0

Specify that break cannot be used outside of loop *or* labeled block

This commit is contained in:
clubby789 2022-11-05 01:11:50 +00:00
parent 09508489ef
commit 2f882c014f
14 changed files with 37 additions and 30 deletions

View file

@ -956,6 +956,7 @@ pub struct OutsideLoop<'a> {
#[label]
pub span: Span,
pub name: &'a str,
pub is_break: bool,
}
#[derive(Diagnostic)]