Skip to content

Commit 13c4c62

Browse files
committed
link to potenial aliasing model
1 parent 9f2e32e commit 13c4c62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/src/glossary.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
#### Aliasing
44

55
(Please note: a full aliasing model for Rust has not yet been constructed, but
6-
at the moment we can give the following definition.)
6+
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).)
79

810
*Aliasing* is any time one pointer or reference points to a "span" of memory
911
that overlaps with the span of another pointer or reference. A span of memory is

0 commit comments

Comments
 (0)