File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ use sparse bitsets).
86
86
87
87
The kinds of region elements are as follows:
88
88
89
- - Each ** location** in the MIR control-flow graph: a location is just
89
+ - Each ** [ ` location ` ] ** in the MIR control-flow graph: a location is just
90
90
the pair of a basic block and an index. This identifies the point
91
91
** on entry** to the statement with that index (or the terminator, if
92
92
the index is equal to ` statements.len() ` ).
@@ -219,6 +219,7 @@ Here are some of the fields of the struct:
219
219
220
220
[ `constraints` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/borrow_check/region_infer/struct.RegionInferenceContext.html#structfield.constraints
221
221
[ `liveness_constraints` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/borrow_check/region_infer/struct.RegionInferenceContext.html#structfield.liveness_constraints
222
+ [ `location` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc/mir/struct.Location.html
222
223
[ `universal_regions` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/borrow_check/region_infer/struct.RegionInferenceContext.html#structfield.universal_regions
223
224
[ `universal_region_relations` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/borrow_check/region_infer/struct.RegionInferenceContext.html#structfield.universal_region_relations
224
225
[ `type_tests` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/borrow_check/region_infer/struct.RegionInferenceContext.html#structfield.type_tests
You can’t perform that action at this time.
0 commit comments