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.
It includes both the break/continue keywords as well as the label name, when only the label should be spanned:
break
continue
e.g.
<anon>:1:13: 1:22 error: use of undeclared label `'a` <anon>:1 fn main() { break 'a; } ^~~~~~~~~