File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ Breaking Changes
2828 in, and the same value reported by clang's
2929 ` alignof ` . [ ` mem::min_align_of ` ] is deprecated. This is not known to
3030 break real code.
31+ * [ The ` #[packed] ` attribute is no longer silently accepted by the
32+ compiler] [ packed ] . This attribute did nothing and code that
33+ mentioned it likely did not work as intended.
3134
3235Language
3336--------
140143[ fat ] : https://github.com/rust-lang/rust/pull/26411
141144[ dst ] : https://github.com/rust-lang/rfcs/blob/master/text/0982-dst-coercion.md
142145[ parcodegen ] : https://github.com/rust-lang/rust/pull/26018
143-
146+ [ packed ] : https://github.com/rust-lang/rust/pull/25541
144147
145148Version 1.1.0 (June 2015)
146149=========================
You can’t perform that action at this time.
0 commit comments