File tree Expand file tree Collapse file tree 6 files changed +11
-2
lines changed Expand file tree Collapse file tree 6 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 6cbccc92b757e4b52fb75416e8bb589e981ed237
2
+ refs/heads/master: 31d78b2f0756b88cb5923dab9b264733a9579a53
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
Original file line number Diff line number Diff line change 20
20
21
21
#[legacy_modes];
22
22
#[legacy_exports];
23
+ #[legacy_records];
23
24
24
25
#[allow(non_implicitly_copyable_typarams)];
25
26
#[allow(non_camel_case_types)];
Original file line number Diff line number Diff line change 21
21
22
22
#[no_core];
23
23
#[legacy_modes];
24
+ #[legacy_records];
24
25
25
26
#[allow(vecs_implicitly_copyable)];
26
27
#[allow(non_implicitly_copyable_typarams)];
Original file line number Diff line number Diff line change 17
17
18
18
#[crate_type = "lib"];
19
19
20
+ #[legacy_records];
20
21
#[no_core];
21
22
22
23
#[allow(vecs_implicitly_copyable,
Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ not required in or otherwise suitable for the core library.
33
33
#[allow(deprecated_mode)];
34
34
#[forbid(deprecated_pattern)];
35
35
36
+
37
+ // Transitional
38
+ #[legacy_records];
39
+
36
40
#[no_core];
37
41
38
42
extern mod core(vers = "0.6");
Original file line number Diff line number Diff line change 18
18
19
19
#[legacy_modes];
20
20
#[legacy_exports];
21
+ #[legacy_records];
21
22
22
23
#[allow(vecs_implicitly_copyable)];
23
24
#[allow(non_camel_case_types)];
@@ -40,6 +41,7 @@ pub mod syntax {
40
41
mod attr;
41
42
#[legacy_exports]
42
43
mod diagnostic;
44
+ #[legacy_records]
43
45
mod codemap;
44
46
#[legacy_exports]
45
47
mod ast;
@@ -107,8 +109,8 @@ mod ext {
107
109
#[legacy_exports]
108
110
mod source_util;
109
111
110
- #[legacy_exports]
111
112
#[path = "pipes/mod.rs"]
113
+ #[legacy_exports]
112
114
mod pipes;
113
115
114
116
#[legacy_exports]
You can’t perform that action at this time.
0 commit comments