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 07b4c80 commit aea8736Copy full SHA for aea8736
src/rustc/middle/region.rs
@@ -36,7 +36,7 @@ type region_map = {
36
local_blocks: hashmap<ast::node_id,ast::node_id>,
37
/* Mapping from a region name to its function. */
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. */
+ /* Mapping from an AST type node to the region that `&` resolves to. */
40
ast_type_to_inferred_region: hashmap<ast::node_id,ty::region>
41
};
42
0 commit comments