File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
23
23
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
24
24
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
25
25
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26
- refs/heads/beta: a266ab0563fdcde4799e76ee1a6eb8a09469aae8
26
+ refs/heads/beta: e1073dd50142825256e70e350c4e92e0f93d1b3c
27
27
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
28
28
refs/heads/tmp: 938f5d7af401e2d8238522fed4a612943b6e77fd
29
29
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
Original file line number Diff line number Diff line change @@ -28,9 +28,6 @@ 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.
34
31
35
32
Language
36
33
--------
143
140
[ fat ] : https://github.com/rust-lang/rust/pull/26411
144
141
[ dst ] : https://github.com/rust-lang/rfcs/blob/master/text/0982-dst-coercion.md
145
142
[ parcodegen ] : https://github.com/rust-lang/rust/pull/26018
146
- [ packed ] : https://github.com/rust-lang/rust/pull/25541
143
+
147
144
148
145
Version 1.1.0 (June 2015)
149
146
=========================
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- // This test uses only GDB Python API features which should be available in
12
- // older versions of GDB too. A more extensive test can be found in
13
- // gdb-pretty-struct-and-enums.rs
14
-
15
11
// ignore-bitrig
16
12
// ignore-windows failing on win32 bot
17
13
// ignore-freebsd: gdb package too new
You can’t perform that action at this time.
0 commit comments