Skip to content

Commit 5ea2908

Browse files
committed
---
yaml --- r: 42734 b: refs/heads/try c: 31d78b2 h: refs/heads/master v: v3
1 parent ad9eaf1 commit 5ea2908

File tree

6 files changed

+11
-2
lines changed

6 files changed

+11
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 19dfec2aaf746535de1521f68421f9980dbf25de
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5-
refs/heads/try: 6cbccc92b757e4b52fb75416e8bb589e981ed237
5+
refs/heads/try: 31d78b2f0756b88cb5923dab9b264733a9579a53
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/src/librustc/rustc.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#[legacy_modes];
2222
#[legacy_exports];
23+
#[legacy_records];
2324

2425
#[allow(non_implicitly_copyable_typarams)];
2526
#[allow(non_camel_case_types)];

branches/try/src/librustdoc/rustdoc.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#[no_core];
2323
#[legacy_modes];
24+
#[legacy_records];
2425

2526
#[allow(vecs_implicitly_copyable)];
2627
#[allow(non_implicitly_copyable_typarams)];

branches/try/src/librusti/rusti.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#[crate_type = "lib"];
1919

20+
#[legacy_records];
2021
#[no_core];
2122

2223
#[allow(vecs_implicitly_copyable,

branches/try/src/libstd/std.rc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ not required in or otherwise suitable for the core library.
3333
#[allow(deprecated_mode)];
3434
#[forbid(deprecated_pattern)];
3535

36+
37+
// Transitional
38+
#[legacy_records];
39+
3640
#[no_core];
3741

3842
extern mod core(vers = "0.6");

branches/try/src/libsyntax/syntax.rc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#[legacy_modes];
2020
#[legacy_exports];
21+
#[legacy_records];
2122

2223
#[allow(vecs_implicitly_copyable)];
2324
#[allow(non_camel_case_types)];
@@ -40,6 +41,7 @@ pub mod syntax {
4041
mod attr;
4142
#[legacy_exports]
4243
mod diagnostic;
44+
#[legacy_records]
4345
mod codemap;
4446
#[legacy_exports]
4547
mod ast;
@@ -107,8 +109,8 @@ mod ext {
107109
#[legacy_exports]
108110
mod source_util;
109111

110-
#[legacy_exports]
111112
#[path = "pipes/mod.rs"]
113+
#[legacy_exports]
112114
mod pipes;
113115

114116
#[legacy_exports]

0 commit comments

Comments
 (0)