File tree 5 files changed +8
-41
lines changed
5 files changed +8
-41
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,6 @@ pub mod extra {
118
118
pub use std:: clone;
119
119
pub use std:: condition;
120
120
pub use std:: cmp;
121
- // NOTE: Remove import after next snapshot
122
- #[ cfg( stage0) ]
123
- pub use std:: sys;
124
121
pub use std:: unstable;
125
122
pub use std:: str;
126
123
pub use std:: os;
Original file line number Diff line number Diff line change @@ -181,9 +181,6 @@ pub mod os;
181
181
pub mod path;
182
182
pub mod rand;
183
183
pub mod run;
184
- // NOTE: Remove module after next snapshot
185
- #[ cfg( stage0) ]
186
- pub mod sys;
187
184
pub mod cast;
188
185
pub mod fmt;
189
186
pub mod repr;
@@ -229,9 +226,6 @@ mod std {
229
226
pub use os;
230
227
pub use rt;
231
228
pub use str;
232
- // NOTE: Remove import after next snapshot
233
- #[ cfg( stage0) ]
234
- pub use sys;
235
229
pub use to_bytes;
236
230
pub use to_str;
237
231
pub use unstable;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -75,9 +75,6 @@ pub struct TyDesc {
75
75
#[ cfg( not( test) ) ]
76
76
pub enum Opaque { }
77
77
78
- #[ cfg( stage0) ]
79
- pub type Disr = int ;
80
- #[ cfg( not( stage0) ) ]
81
78
pub type Disr = u64 ;
82
79
83
80
#[ lang="ty_visitor" ]
Original file line number Diff line number Diff line change
1
+ S 2013-11-01 8ea2123
2
+ freebsd-x86_64 bc7dea1ca297cfb4bd6d8a32185c6a4fddca3e6b
3
+ linux-i386 4b33599d160d757f6021ff05d0213fba3097dde2
4
+ linux-x86_64 e7bfa823fedbee5071b8f50b9ffe0cefef844d7c
5
+ macos-i386 60a03fed4662abc02b2e836fb0b72b834c9f99d4
6
+ macos-x86_64 bfe8351d3dc4e60cc9ab033202e75dcaa10ed12d
7
+ winnt-i386 047a1e1a2b7cb0f91c0a634d816d0d44f9f15aa6
8
+
1
9
S 2013-10-29 fed48cc
2
10
freebsd-x86_64 4a43216b432511a5fd6b727753aedb749f6a68dc
3
11
linux-i386 53f65d4b1377c17fc12d05d7c4a0fbd92eea071f
You can’t perform that action at this time.
0 commit comments