File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ Breaking Changes
28
28
in, and the same value reported by clang's
29
29
` alignof ` . [ ` mem::min_align_of ` ] is deprecated. This is not known to
30
30
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.
31
34
32
35
Language
33
36
--------
140
143
[ fat ] : https://github.com/rust-lang/rust/pull/26411
141
144
[ dst ] : https://github.com/rust-lang/rfcs/blob/master/text/0982-dst-coercion.md
142
145
[ parcodegen ] : https://github.com/rust-lang/rust/pull/26018
143
-
146
+ [ packed ] : https://github.com/rust-lang/rust/pull/25541
144
147
145
148
Version 1.1.0 (June 2015)
146
149
=========================
You can’t perform that action at this time.
0 commit comments