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 c4a05bb + c534193 commit 9fe8fa5Copy full SHA for 9fe8fa5
src/other-reprs.md
@@ -1,7 +1,6 @@
1
# Alternative representations
2
3
Rust allows you to specify alternative data layout strategies from the default.
4
-There's also the [unsafe code guidelines] (note that it's **NOT** normative).
5
6
## repr(C)
7
@@ -160,7 +159,6 @@ kinds of concurrent code).
160
159
This is a modifier on `repr(C)` and `repr(Rust)`. It is incompatible with
161
`repr(packed)`.
162
163
-[unsafe code guidelines]: https://rust-lang.github.io/unsafe-code-guidelines/layout.html
164
[drop flags]: drop-flags.html
165
[ub loads]: https://github.com/rust-lang/rust/issues/27060
166
[issue-60405]: https://github.com/rust-lang/rust/issues/60405
0 commit comments