We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustc_borrowck::places_conflict
1 parent 0dde8ca commit 37e51c5Copy full SHA for 37e51c5
compiler/rustc_borrowck/src/places_conflict.rs
@@ -3,7 +3,7 @@
3
//! we can prove overlap one way or another. Essentially, we treat `Overlap` as
4
//! a monoid and report a conflict if the product ends up not being `Disjoint`.
5
//!
6
-//! 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
7
//! have the same type, and that they only overlap if they are the identical.
8
9
//! For example, if we are comparing these:
0 commit comments