Skip to content

Commit 093e1f0

Browse files
spastorinomark-i-m
authored andcommitted
Place is now a struct on nightly
1 parent d8af1f7 commit 093e1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/borrow_check/moves_and_initialization/move_paths.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ they are indexed in ways that enable us to do move analysis more
2828
efficiently.
2929

3030
[`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
3232

3333
## Move path indices
3434

@@ -122,5 +122,5 @@ which checks whether the dataflow results contain a value for the
122122
given move-path (e.g., `a.b`) or any child of that move-path (e.g.,
123123
`a.b.c`).
124124

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
126126
[`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

0 commit comments

Comments
 (0)