File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 864ff4707e21fc038ae33e2aed31264a39c5dac7
2
+ refs/heads/master: db77c38fc9048e5467ab85d1855110f894d380f4
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 @@ -53,11 +53,11 @@ type ctxt = {
53
53
in_alt : bool
54
54
} ;
55
55
56
- fn region_to_scope ( _region_map : @region_map , region : ty:: region )
56
+ fn region_to_scope ( region_map : @region_map , region : ty:: region )
57
57
-> ast:: node_id {
58
58
ret alt region {
59
59
ty : : re_caller ( def_id) { def_id. node }
60
- ty:: re_named ( _ ) { fail "TODO: named regions" }
60
+ ty:: re_named ( def_id ) { region_map . region_name_to_fn . get ( def_id ) }
61
61
ty:: re_block ( node_id) { node_id }
62
62
} ;
63
63
}
You can’t perform that action at this time.
0 commit comments