-
Notifications
You must be signed in to change notification settings - Fork 933
Closed
Labels
good first issueIssues up for grabs, also good candidates for new rustfmt contributorsIssues up for grabs, also good candidates for new rustfmt contributors
Description
For example,
'empty_block: {}
let result = 'block: {
if foo() {
break 'block 1;
}
if bar() {
break 'block 2;
}
3
};
cc https://github.com/rust-lang/rfcs/blob/master/text/2046-label-break-value.md.
Metadata
Metadata
Assignees
Labels
good first issueIssues up for grabs, also good candidates for new rustfmt contributorsIssues up for grabs, also good candidates for new rustfmt contributors