-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Closed
Labels
A-borrow-checkerArea: The borrow checkerArea: The borrow checkerA-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools
Description
Hi,
While going through the documentation of the borrowchecker, I found that the section Checking mutability of immutable pointer types is repeated twice, which is probably a mistake (the second one should be aliasability). Same thing for mutable pointer types.
Is it a mistake or is it intended ?
I was also wondering if there is some newer documentation about Rust's borrow checker and where it is available (this one dates from 2015).
Thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-borrow-checkerArea: The borrow checkerArea: The borrow checkerA-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools