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 13c4c62 commit 3649a77Copy full SHA for 3649a77
reference/src/glossary.md
@@ -5,7 +5,7 @@
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. 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).)
+[here](https://github.com/rust-lang/unsafe-code-guidelines/blob/master/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