@@ -119,10 +119,10 @@ edges
119
119
| test.rs:49:24:51:17 | if b {...} | test.rs:47:17:51:17 | if b {...} else {...} | |
120
120
| test.rs:49:27:49:27 | b | test.rs:49:24:51:17 | if b {...} | false |
121
121
| test.rs:49:27:49:27 | b | test.rs:50:21:50:33 | ExprStmt | true |
122
- | test.rs:50:21:50:32 | break '' outer | test.rs:45:9:54:9 | 'outer: loop { ... } | break |
123
- | test.rs:50:21:50:33 | ExprStmt | test.rs:50:21:50:32 | break '' outer | |
124
- | test.rs:52:17:52:28 | break '' inner | test.rs:46:13:53:13 | 'inner: loop { ... } | break |
125
- | test.rs:52:17:52:29 | ExprStmt | test.rs:52:17:52:28 | break '' inner | |
122
+ | test.rs:50:21:50:32 | break 'outer | test.rs:45:9:54:9 | 'outer: loop { ... } | break |
123
+ | test.rs:50:21:50:33 | ExprStmt | test.rs:50:21:50:32 | break 'outer | |
124
+ | test.rs:52:17:52:28 | break 'inner | test.rs:46:13:53:13 | 'inner: loop { ... } | break |
125
+ | test.rs:52:17:52:29 | ExprStmt | test.rs:52:17:52:28 | break 'inner | |
126
126
| test.rs:55:9:55:12 | true | test.rs:44:48:56:5 | { ... } | |
127
127
| test.rs:58:5:70:5 | enter fn test_continue_with_labels | test.rs:58:34:58:34 | b | |
128
128
| test.rs:58:34:58:34 | b | test.rs:58:34:58:34 | b | |
@@ -534,12 +534,12 @@ edges
534
534
| test.rs:228:16:228:20 | ... > ... | test.rs:228:13:230:13 | if ... {...} | false |
535
535
| test.rs:228:16:228:20 | ... > ... | test.rs:229:17:229:36 | ExprStmt | true |
536
536
| test.rs:228:20:228:20 | 0 | test.rs:228:16:228:20 | ... > ... | |
537
- | test.rs:229:17:229:35 | [boolean(false)] break '' label ... | test.rs:227:13:232:9 | [boolean(false)] 'label: loop { ... } | break |
538
- | test.rs:229:17:229:35 | [boolean(true)] break '' label ... | test.rs:227:13:232:9 | [boolean(true)] 'label: loop { ... } | break |
537
+ | test.rs:229:17:229:35 | [boolean(false)] break 'label ... | test.rs:227:13:232:9 | [boolean(false)] 'label: loop { ... } | break |
538
+ | test.rs:229:17:229:35 | [boolean(true)] break 'label ... | test.rs:227:13:232:9 | [boolean(true)] 'label: loop { ... } | break |
539
539
| test.rs:229:17:229:36 | ExprStmt | test.rs:229:30:229:30 | a | |
540
540
| test.rs:229:30:229:30 | a | test.rs:229:34:229:35 | 10 | |
541
- | test.rs:229:30:229:35 | ... > ... | test.rs:229:17:229:35 | [boolean(false)] break '' label ... | false |
542
- | test.rs:229:30:229:35 | ... > ... | test.rs:229:17:229:35 | [boolean(true)] break '' label ... | true |
541
+ | test.rs:229:30:229:35 | ... > ... | test.rs:229:17:229:35 | [boolean(false)] break 'label ... | false |
542
+ | test.rs:229:30:229:35 | ... > ... | test.rs:229:17:229:35 | [boolean(true)] break 'label ... | true |
543
543
| test.rs:229:34:229:35 | 10 | test.rs:229:30:229:35 | ... > ... | |
544
544
| test.rs:231:13:231:13 | a | test.rs:231:17:231:18 | 10 | |
545
545
| test.rs:231:13:231:18 | ... < ... | test.rs:227:26:232:9 | { ... } | |
@@ -558,12 +558,12 @@ edges
558
558
| test.rs:240:9:246:9 | if ... {...} else {...} | test.rs:239:43:247:5 | { ... } | |
559
559
| test.rs:240:13:242:9 | [boolean(false)] 'block: { ... } | test.rs:245:13:245:13 | 0 | false |
560
560
| test.rs:240:13:242:9 | [boolean(true)] 'block: { ... } | test.rs:243:13:243:13 | 1 | true |
561
- | test.rs:241:13:241:30 | [boolean(false)] break '' block ... | test.rs:240:13:242:9 | [boolean(false)] 'block: { ... } | break |
562
- | test.rs:241:13:241:30 | [boolean(true)] break '' block ... | test.rs:240:13:242:9 | [boolean(true)] 'block: { ... } | break |
561
+ | test.rs:241:13:241:30 | [boolean(false)] break 'block ... | test.rs:240:13:242:9 | [boolean(false)] 'block: { ... } | break |
562
+ | test.rs:241:13:241:30 | [boolean(true)] break 'block ... | test.rs:240:13:242:9 | [boolean(true)] 'block: { ... } | break |
563
563
| test.rs:241:13:241:31 | ExprStmt | test.rs:241:26:241:26 | a | |
564
564
| test.rs:241:26:241:26 | a | test.rs:241:30:241:30 | 0 | |
565
- | test.rs:241:26:241:30 | ... > ... | test.rs:241:13:241:30 | [boolean(false)] break '' block ... | false |
566
- | test.rs:241:26:241:30 | ... > ... | test.rs:241:13:241:30 | [boolean(true)] break '' block ... | true |
565
+ | test.rs:241:26:241:30 | ... > ... | test.rs:241:13:241:30 | [boolean(false)] break 'block ... | false |
566
+ | test.rs:241:26:241:30 | ... > ... | test.rs:241:13:241:30 | [boolean(true)] break 'block ... | true |
567
567
| test.rs:241:30:241:30 | 0 | test.rs:241:26:241:30 | ... > ... | |
568
568
| test.rs:242:12:244:9 | { ... } | test.rs:240:9:246:9 | if ... {...} else {...} | |
569
569
| test.rs:243:13:243:13 | 1 | test.rs:242:12:244:9 | { ... } | |
@@ -1364,9 +1364,9 @@ edges
1364
1364
| test.rs:571:12:571:28 | condition_not_met | test.rs:571:12:571:30 | condition_not_met(...) | |
1365
1365
| test.rs:571:12:571:30 | condition_not_met(...) | test.rs:571:9:573:9 | if ... {...} | false |
1366
1366
| test.rs:571:12:571:30 | condition_not_met(...) | test.rs:572:13:572:27 | ExprStmt | true |
1367
- | test.rs:572:13:572:26 | break '' block 1 | test.rs:569:18:580:5 | 'block: { ... } | break |
1367
+ | test.rs:572:13:572:26 | break 'block 1 | test.rs:569:18:580:5 | 'block: { ... } | break |
1368
1368
| test.rs:572:13:572:27 | ExprStmt | test.rs:572:26:572:26 | 1 | |
1369
- | test.rs:572:26:572:26 | 1 | test.rs:572:13:572:26 | break '' block 1 | |
1369
+ | test.rs:572:26:572:26 | 1 | test.rs:572:13:572:26 | break 'block 1 | |
1370
1370
| test.rs:574:9:574:21 | do_next_thing | test.rs:574:9:574:23 | do_next_thing(...) | |
1371
1371
| test.rs:574:9:574:23 | do_next_thing(...) | test.rs:575:9:577:9 | ExprStmt | |
1372
1372
| test.rs:574:9:574:24 | ExprStmt | test.rs:574:9:574:21 | do_next_thing | |
@@ -1375,9 +1375,9 @@ edges
1375
1375
| test.rs:575:12:575:28 | condition_not_met | test.rs:575:12:575:30 | condition_not_met(...) | |
1376
1376
| test.rs:575:12:575:30 | condition_not_met(...) | test.rs:575:9:577:9 | if ... {...} | false |
1377
1377
| test.rs:575:12:575:30 | condition_not_met(...) | test.rs:576:13:576:27 | ExprStmt | true |
1378
- | test.rs:576:13:576:26 | break '' block 2 | test.rs:569:18:580:5 | 'block: { ... } | break |
1378
+ | test.rs:576:13:576:26 | break 'block 2 | test.rs:569:18:580:5 | 'block: { ... } | break |
1379
1379
| test.rs:576:13:576:27 | ExprStmt | test.rs:576:26:576:26 | 2 | |
1380
- | test.rs:576:26:576:26 | 2 | test.rs:576:13:576:26 | break '' block 2 | |
1380
+ | test.rs:576:26:576:26 | 2 | test.rs:576:13:576:26 | break 'block 2 | |
1381
1381
| test.rs:578:9:578:21 | do_last_thing | test.rs:578:9:578:23 | do_last_thing(...) | |
1382
1382
| test.rs:578:9:578:23 | do_last_thing(...) | test.rs:579:9:579:9 | 3 | |
1383
1383
| test.rs:578:9:578:24 | ExprStmt | test.rs:578:9:578:21 | do_last_thing | |
@@ -1400,9 +1400,9 @@ edges
1400
1400
| test.rs:587:18:587:18 | y | test.rs:587:18:587:18 | y | |
1401
1401
| test.rs:587:18:587:18 | y | test.rs:590:9:590:9 | 0 | match |
1402
1402
| test.rs:587:23:587:23 | x | test.rs:587:13:587:19 | Some(...) | |
1403
- | test.rs:588:13:588:26 | break '' block 1 | test.rs:585:18:591:5 | 'block: { ... } | break |
1403
+ | test.rs:588:13:588:26 | break 'block 1 | test.rs:585:18:591:5 | 'block: { ... } | break |
1404
1404
| test.rs:588:13:588:27 | ExprStmt | test.rs:588:26:588:26 | 1 | |
1405
- | test.rs:588:26:588:26 | 1 | test.rs:588:13:588:26 | break '' block 1 | |
1405
+ | test.rs:588:26:588:26 | 1 | test.rs:588:13:588:26 | break 'block 1 | |
1406
1406
| test.rs:590:9:590:9 | 0 | test.rs:585:18:591:5 | 'block: { ... } | |
1407
1407
| test.rs:594:1:600:1 | enter fn test_nested_function2 | test.rs:595:5:595:18 | let ... = 0 | |
1408
1408
| test.rs:594:1:600:1 | exit fn test_nested_function2 (normal) | test.rs:594:1:600:1 | exit fn test_nested_function2 | |
@@ -1468,18 +1468,18 @@ edges
1468
1468
breakTarget
1469
1469
| test.rs:34:17:34:21 | break | test.rs:28:9:40:9 | loop { ... } |
1470
1470
| test.rs:48:21:48:25 | break | test.rs:46:13:53:13 | 'inner: loop { ... } |
1471
- | test.rs:50:21:50:32 | break '' outer | test.rs:45:9:54:9 | 'outer: loop { ... } |
1472
- | test.rs:52:17:52:28 | break '' inner | test.rs:46:13:53:13 | 'inner: loop { ... } |
1471
+ | test.rs:50:21:50:32 | break 'outer | test.rs:45:9:54:9 | 'outer: loop { ... } |
1472
+ | test.rs:52:17:52:28 | break 'inner | test.rs:46:13:53:13 | 'inner: loop { ... } |
1473
1473
| test.rs:91:17:91:21 | break | test.rs:88:9:94:9 | while b { ... } |
1474
1474
| test.rs:101:17:101:21 | break | test.rs:99:9:103:9 | while ... { ... } |
1475
1475
| test.rs:109:17:109:21 | break | test.rs:107:9:112:9 | for ... in ... { ... } |
1476
1476
| test.rs:117:13:117:26 | break ... | test.rs:116:9:118:9 | loop { ... } |
1477
1477
| test.rs:216:17:216:28 | break ... | test.rs:214:13:219:9 | loop { ... } |
1478
- | test.rs:229:17:229:35 | break '' label ... | test.rs:227:13:232:9 | 'label: loop { ... } |
1479
- | test.rs:241:13:241:30 | break '' block ... | test.rs:240:13:242:9 | 'block: { ... } |
1480
- | test.rs:572:13:572:26 | break '' block 1 | test.rs:569:18:580:5 | 'block: { ... } |
1481
- | test.rs:576:13:576:26 | break '' block 2 | test.rs:569:18:580:5 | 'block: { ... } |
1482
- | test.rs:588:13:588:26 | break '' block 1 | test.rs:585:18:591:5 | 'block: { ... } |
1478
+ | test.rs:229:17:229:35 | break 'label ... | test.rs:227:13:232:9 | 'label: loop { ... } |
1479
+ | test.rs:241:13:241:30 | break 'block ... | test.rs:240:13:242:9 | 'block: { ... } |
1480
+ | test.rs:572:13:572:26 | break 'block 1 | test.rs:569:18:580:5 | 'block: { ... } |
1481
+ | test.rs:576:13:576:26 | break 'block 2 | test.rs:569:18:580:5 | 'block: { ... } |
1482
+ | test.rs:588:13:588:26 | break 'block 1 | test.rs:585:18:591:5 | 'block: { ... } |
1483
1483
continueTarget
1484
1484
| test.rs:37:17:37:24 | continue | test.rs:28:9:40:9 | loop { ... } |
1485
1485
| test.rs:63:21:63:28 | continue | test.rs:61:13:68:13 | 'inner: loop { ... } |
0 commit comments