Mention that removal of #[packed]
was a breaking change in 1.2
This commit is contained in:
parent
e4e93196e1
commit
a266ab0563
1 changed files with 4 additions and 1 deletions
|
@ -28,6 +28,9 @@ Breaking Changes
|
||||||
in, and the same value reported by clang's
|
in, and the same value reported by clang's
|
||||||
`alignof`. [`mem::min_align_of`] is deprecated. This is not known to
|
`alignof`. [`mem::min_align_of`] is deprecated. This is not known to
|
||||||
break real code.
|
break real code.
|
||||||
|
* [The `#[packed]` attribute is no longer silently accepted by the
|
||||||
|
compiler][packed]. This attribute did nothing and code that
|
||||||
|
mentioned it likely did not work as intended.
|
||||||
|
|
||||||
Language
|
Language
|
||||||
--------
|
--------
|
||||||
|
@ -140,7 +143,7 @@ Misc
|
||||||
[fat]: https://github.com/rust-lang/rust/pull/26411
|
[fat]: https://github.com/rust-lang/rust/pull/26411
|
||||||
[dst]: https://github.com/rust-lang/rfcs/blob/master/text/0982-dst-coercion.md
|
[dst]: https://github.com/rust-lang/rfcs/blob/master/text/0982-dst-coercion.md
|
||||||
[parcodegen]: https://github.com/rust-lang/rust/pull/26018
|
[parcodegen]: https://github.com/rust-lang/rust/pull/26018
|
||||||
|
[packed]: https://github.com/rust-lang/rust/pull/25541
|
||||||
|
|
||||||
Version 1.1.0 (June 2015)
|
Version 1.1.0 (June 2015)
|
||||||
=========================
|
=========================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue