File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 57509709b4ecc31b04b765bd07cd5fe672667e43
2
+ refs/heads/master: 414970c46f75c730d7fed029deb48b0d1c454391
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
5
5
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ use core::old_iter::BaseIter;
16
16
extern "rust-intrinsic" mod rusti {
17
17
fn move_val_init < T > ( dst : & mut T , src : T ) ;
18
18
fn init < T > ( ) -> T ;
19
+ #[ cfg( not( stage0) ) ]
20
+ fn uninit < T > ( ) -> T ;
19
21
}
20
22
21
23
pub struct PriorityQueue < T > {
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ mod test_rc {
114
114
#[ abi = "rust-intrinsic" ]
115
115
extern "rust-intrinsic" mod rusti {
116
116
fn init < T > ( ) -> T ;
117
+ #[ cfg( not( stage0) ) ]
118
+ fn uninit < T > ( ) -> T ;
117
119
}
118
120
119
121
#[ deriving( Eq ) ]
You can’t perform that action at this time.
0 commit comments