File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/borrow_check/moves_and_initialization Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ they are indexed in ways that enable us to do move analysis more
28
28
efficiently.
29
29
30
30
[ `MovePath` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/dataflow/move_paths/struct.MovePath.html
31
- [ `Place` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc/mir/enum .Place.html
31
+ [ `Place` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc/mir/struct .Place.html
32
32
33
33
## Move path indices
34
34
@@ -122,5 +122,5 @@ which checks whether the dataflow results contain a value for the
122
122
given move-path (e.g., ` a.b ` ) or any child of that move-path (e.g.,
123
123
` a.b.c ` ).
124
124
125
- [ `Place` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc/mir/enum .Place.html
125
+ [ `Place` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc/mir/struct .Place.html
126
126
[ `has_any_child_of` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/dataflow/at_location/struct.FlowAtLocation.html#method.has_any_child_of
You can’t perform that action at this time.
0 commit comments