We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa046a commit ac57bb3Copy full SHA for ac57bb3
src/rustc/middle/region.rs
@@ -28,10 +28,7 @@ type binding = {
28
};
29
30
type region_map = {
31
- /*
32
- * Mapping from blocks and function expression to their parent block or
33
- * function expression.
34
- */
+ /* Mapping from a block/function expression to its parent. */
35
parents: hashmap<ast::node_id,ast::node_id>,
36
/* Mapping from a region type in the AST to its resolved region. */
37
ast_type_to_region: hashmap<ast::node_id,ty::region>,
0 commit comments