Skip to content

Commit 0613d3b

Browse files
committed
---
yaml --- r: 11802 b: refs/heads/master c: ac57bb3 h: refs/heads/master v: v3
1 parent 88e87ef commit 0613d3b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: afa046a56be54f9dae1bb33d9c0627712befde91
2+
refs/heads/master: ac57bb38560fa35d883505af2e8e68498b436fe7
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/rustc/middle/region.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ type binding = {
2828
};
2929

3030
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. */
3532
parents: hashmap<ast::node_id,ast::node_id>,
3633
/* Mapping from a region type in the AST to its resolved region. */
3734
ast_type_to_region: hashmap<ast::node_id,ty::region>,

0 commit comments

Comments
 (0)