Skip to content

Commit aef755f

Browse files
committed
---
yaml --- r: 22121 b: refs/heads/snap-stage3 c: b41d514 h: refs/heads/master i: 22119: 2a0d2ca v: v3
1 parent 87ab4e7 commit aef755f

File tree

5 files changed

+732
-895
lines changed

5 files changed

+732
-895
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 0bcb3bc536ec30a7a15c276de8e3c3c1e4643e1e
4+
refs/heads/snap-stage3: b41d5146cc4a80568a7a1e9bff2e6b89a91f9c11
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libcore/core.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Implicitly, all crates behave as if they included the following prologue:
3737
#[no_core];
3838

3939
#[legacy_modes];
40+
#[legacy_exports];
4041

4142
#[warn(vecs_implicitly_copyable)];
4243
#[deny(non_camel_case_types)];
@@ -307,9 +308,7 @@ mod pipes;
307308
mod gc;
308309
#[legacy_exports]
309310
mod io;
310-
#[legacy_exports]
311311
mod libc;
312-
#[legacy_exports]
313312
mod os;
314313
#[legacy_exports]
315314
mod path;

branches/snap-stage3/src/libcore/core.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
// Export various ubiquitous types, constructors, methods.
44

5-
#[legacy_exports];
6-
75
use option::{Some, None};
86
use Option = option::Option;
97
use result::{Result, Ok, Err};

0 commit comments

Comments
 (0)