diff options
| author | Cameron Hart <cameron.hart@gmail.com> | 2018-02-04 22:10:28 +1100 |
|---|---|---|
| committer | Cameron Hart <cameron.hart@gmail.com> | 2018-04-11 22:13:13 +1000 |
| commit | 15d1c4d2139611fcb87a2c802bd015b5f4f0aed8 (patch) | |
| tree | 5822428a8e6a8ef94f13ea80f22d8ec01545f33b /src/doc | |
| parent | ca26ef321c44358404ef788d315c4557eb015fb2 (diff) | |
| download | rust-15d1c4d2139611fcb87a2c802bd015b5f4f0aed8.tar.gz rust-15d1c4d2139611fcb87a2c802bd015b5f4f0aed8.zip | |
Implementation of `#[repr(packed(n))]` RFC 1399.
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/unstable-book/src/language-features/repr-packed.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/language-features/repr-packed.md b/src/doc/unstable-book/src/language-features/repr-packed.md new file mode 100644 index 00000000000..2dd763d04b0 --- /dev/null +++ b/src/doc/unstable-book/src/language-features/repr-packed.md @@ -0,0 +1,8 @@ +# `repr_packed` + +The tracking issue for this feature is [#33158] + +[#33158]: https://github.com/rust-lang/rust/issues/33158 + +------------------------ + |
