We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2e32e commit 13c4c62Copy full SHA for 13c4c62
reference/src/glossary.md
@@ -3,7 +3,9 @@
3
#### Aliasing
4
5
(Please note: a full aliasing model for Rust has not yet been constructed, but
6
-at the moment we can give the following definition.)
+at the moment we can give the following definition. The most developed potential
7
+aliasing model so far is known as "Stacked Borrows", and can be found
8
+[here](https://github.com/Lokathor/unsafe-code-guidelines/blob/lokathor/wip/stacked-borrows.md).)
9
10
*Aliasing* is any time one pointer or reference points to a "span" of memory
11
that overlaps with the span of another pointer or reference. A span of memory is
0 commit comments