Skip to content

Commit

Permalink
Update unsafe-code-guidelines link
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Nov 20, 2019
1 parent 58e36e0 commit 4f29478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/other-reprs.md
Original file line number Diff line number Diff line change
@@ -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).



Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4f29478

Please sign in to comment.