File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/try/src/rustc/middle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 07b4c80c68afb015b26041c37b627e5b25c0824b
5
+ refs/heads/try: aea8736129eacd6e6e1ba5ec7c736907a6926ff4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ type region_map = {
36
36
local_blocks : hashmap < ast:: node_id , ast:: node_id > ,
37
37
/* Mapping from a region name to its function. */
38
38
region_name_to_fn : hashmap < ast:: def_id , ast:: node_id > ,
39
- /* Mapping from an AST type node to the region that `&` resolves to in it . */
39
+ /* Mapping from an AST type node to the region that `&` resolves to. */
40
40
ast_type_to_inferred_region : hashmap < ast:: node_id , ty:: region >
41
41
} ;
42
42
You can’t perform that action at this time.
0 commit comments