mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
update rustc_borrowck::places_conflict
doc-comment
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
b27aee9b8b
commit
de744eafe1
@ -3,7 +3,7 @@
|
||||
//! we can prove overlap one way or another. Essentially, we treat `Overlap` as
|
||||
//! a monoid and report a conflict if the product ends up not being `Disjoint`.
|
||||
//!
|
||||
//! At each step, if we didn't run out of borrow or place, we know that our elements
|
||||
//! On each step, if we didn't run out of borrow or place, we know that our elements
|
||||
//! have the same type, and that they only overlap if they are the identical.
|
||||
//!
|
||||
//! For example, if we are comparing these:
|
||||
|
Loading…
Reference in New Issue
Block a user