Skip to content

Commit 820474d

Browse files
committed
---
yaml --- r: 24141 b: refs/heads/master c: fdd48dd h: refs/heads/master i: 24139: db3d233 v: v3
1 parent a1237d9 commit 820474d

File tree

12 files changed

+91
-55
lines changed

12 files changed

+91
-55
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 12a0401d84dc033fc4e03484b334de3cb20bab30
2+
refs/heads/master: fdd48dd903e07bdb107bcc82a97daf533285120c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/rustc/middle/resolve.rs

Lines changed: 76 additions & 54 deletions
Large diffs are not rendered by default.

trunk/src/rustc/rustc.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#[no_core];
1313

1414
#[legacy_modes];
15+
#[legacy_exports];
1516

1617
#[allow(vecs_implicitly_copyable)];
1718
#[allow(non_camel_case_types)];

trunk/src/test/auxiliary/cci_class.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[legacy_exports];
12
mod kitties {
23
#[legacy_exports];
34

trunk/src/test/auxiliary/cci_class_2.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#[legacy_exports];
2+
13
mod kitties {
24
#[legacy_exports];
35

trunk/src/test/auxiliary/cci_class_3.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#[legacy_exports];
2+
13
mod kitties {
24
#[legacy_exports];
35

trunk/src/test/auxiliary/cci_class_4.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[legacy_exports];
12
mod kitties {
23
#[legacy_exports];
34

trunk/src/test/auxiliary/cci_class_6.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#[legacy_exports];
2+
13
mod kitties {
24
#[legacy_exports];
35

trunk/src/test/auxiliary/cci_class_cast.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#[legacy_exports];
2+
13
use to_str::*;
24
use to_str::ToStr;
35

trunk/src/test/auxiliary/crateresolve7x.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// aux-build:crateresolve_calories-2.rs
44

55
// These both have the same version but differ in other metadata
6+
#[legacy_exports];
67
mod a {
78
#[legacy_exports];
89
extern mod cr_1 (name = "crateresolve_calories", vers = "0.1", calories="100");

trunk/src/test/auxiliary/foreign_lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#[link(name="foreign_lib", vers="0.0")];
2+
#[legacy_exports];
23

34
extern mod rustrt {
45
#[legacy_exports];

trunk/src/test/auxiliary/issue-3012-1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#[link(name="socketlib", vers="0.0")];
22
#[crate_type = "lib"];
3+
#[legacy_exports];
34

45
mod socket {
56
#[legacy_exports];

0 commit comments

Comments
 (0)