Skip to content

Commit f12f1fc

Browse files
committed
---
yaml --- r: 14814 b: refs/heads/try c: aea8736 h: refs/heads/master v: v3
1 parent 2455689 commit f12f1fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 07b4c80c68afb015b26041c37b627e5b25c0824b
5+
refs/heads/try: aea8736129eacd6e6e1ba5ec7c736907a6926ff4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/middle/region.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type region_map = {
3636
local_blocks: hashmap<ast::node_id,ast::node_id>,
3737
/* Mapping from a region name to its function. */
3838
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. */
4040
ast_type_to_inferred_region: hashmap<ast::node_id,ty::region>
4141
};
4242

0 commit comments

Comments
 (0)