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.
2 parents 58e36e0 + 4f29478 commit 041c46eCopy full SHA for 041c46e
src/other-reprs.md
@@ -1,7 +1,7 @@
1
# Alternative representations
2
3
Rust allows you to specify alternative data layout strategies from the default.
4
-There's also the [reference].
+There's also the [unsafe code guidelines] (note that it's **NOT** normative).
5
6
7
@@ -143,7 +143,7 @@ This is a modifier on `repr(C)` and `repr(rust)`. It is incompatible with
143
144
145
146
-[reference]: https://github.com/rust-rfcs/unsafe-code-guidelines/tree/master/reference/src/representation.md
+[unsafe code guidelines]: https://rust-lang.github.io/unsafe-code-guidelines/layout.html
147
[drop flags]: drop-flags.html
148
[ub loads]: https://github.com/rust-lang/rust/issues/27060
149
[`UnsafeCell`]: ../std/cell/struct.UnsafeCell.html
0 commit comments