Merge pull request #175 from JohnTitor/update-link

Update unsafe-code-guidelines link
pull/177/head
Mazdak Farrokhzad 5 years ago committed by GitHub
commit 041c46e692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
# Alternative representations
Rust allows you to specify alternative data layout strategies from the default.
There's also the [reference].
There's also the [unsafe code guidelines] (note that it's **NOT** normative).
@ -143,7 +143,7 @@ This is a modifier on `repr(C)` and `repr(rust)`. It is incompatible with
[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
[drop flags]: drop-flags.html
[ub loads]: https://github.com/rust-lang/rust/issues/27060
[`UnsafeCell`]: ../std/cell/struct.UnsafeCell.html

Loading…
Cancel
Save