Skip to content

Commit 5cd76a3

Browse files
committed
update test
1 parent 08da30d commit 5cd76a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/target/label_break.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// format with label break value.
22
fn main() {
3-
{}
3+
'emty_block: {}
44

5-
{
5+
'block: {
66
do_thing();
77
if condition_not_met() {
88
break 'block;

0 commit comments

Comments
 (0)