rustc: Word a comment more clearly in region.rs
This commit is contained in:
parent
afa046a56b
commit
ac57bb3856
@ -28,10 +28,7 @@ type binding = {
|
||||
};
|
||||
|
||||
type region_map = {
|
||||
/*
|
||||
* Mapping from blocks and function expression to their parent block or
|
||||
* function expression.
|
||||
*/
|
||||
/* Mapping from a block/function expression to its parent. */
|
||||
parents: hashmap<ast::node_id,ast::node_id>,
|
||||
/* Mapping from a region type in the AST to its resolved region. */
|
||||
ast_type_to_region: hashmap<ast::node_id,ty::region>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user