File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: afa046a56be54f9dae1bb33d9c0627712befde91
2
+ refs/heads/master: ac57bb38560fa35d883505af2e8e68498b436fe7
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -28,10 +28,7 @@ type binding = {
28
28
} ;
29
29
30
30
type region_map = {
31
- /*
32
- * Mapping from blocks and function expression to their parent block or
33
- * function expression.
34
- */
31
+ /* Mapping from a block/function expression to its parent. */
35
32
parents : hashmap < ast:: node_id , ast:: node_id > ,
36
33
/* Mapping from a region type in the AST to its resolved region. */
37
34
ast_type_to_region : hashmap < ast:: node_id , ty:: region > ,
You can’t perform that action at this time.
0 commit comments