Skip to content

Commit 1088b50

Browse files
committed
---
yaml --- r: 22166 b: refs/heads/snap-stage3 c: ad951b5 h: refs/heads/master v: v3
1 parent f9c9df1 commit 1088b50

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
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: baa08d5a958a42a219f8c61bdfca0e4112e16820
4+
refs/heads/snap-stage3: ad951b5976ce4205874b366f8cc2b8810b08d450
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ mod uint {
137137
#[path = "uint-template"]
138138
mod u8 {
139139
pub use inst::is_ascii;
140-
141140
#[path = "u8.rs"]
142141
mod inst;
143142
}
@@ -170,7 +169,6 @@ mod float;
170169
mod f32;
171170
mod f64;
172171
mod str;
173-
#[legacy_exports]
174172
mod ptr;
175173
#[legacy_exports]
176174
mod vec;
@@ -186,7 +184,6 @@ mod uniq;
186184
mod ops;
187185
mod cmp;
188186
mod num;
189-
#[legacy_exports]
190187
mod hash;
191188
#[legacy_exports]
192189
mod either;

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use libc::{c_void, size_t};
66
#[nolink]
77
#[abi = "cdecl"]
88
extern mod libc_ {
9-
#[legacy_exports];
109
#[rust_stack]
1110
fn memcpy(dest: *mut c_void, src: *const c_void,
1211
n: libc::size_t) -> *c_void;
@@ -22,7 +21,6 @@ extern mod libc_ {
2221

2322
#[abi = "rust-intrinsic"]
2423
extern mod rusti {
25-
#[legacy_exports];
2624
fn addr_of<T>(val: T) -> *T;
2725
}
2826

0 commit comments

Comments
 (0)