File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 7571ee85c42d9dd587549c4794b0eea22dd38a66
5
+ refs/heads/try: c058f1d9927874fd5bfe40d5e6698880a07c36bb
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -37,18 +37,7 @@ native mod rustrt {
37
37
fn rust_dbg_breakpoint ( ) ;
38
38
}
39
39
40
- // FIXME: Unconditionalize after snapshot
41
- #[ cfg( stage1) ]
42
- #[ cfg( stage2) ]
43
- #[ cfg( stage3) ]
44
40
#[ abi = "rust-intrinsic" ]
45
41
native mod rusti {
46
42
fn frame_address ( f : fn ( * u8 ) ) ;
47
43
}
48
-
49
- #[ cfg( stage0) ]
50
- mod rusti {
51
- fn frame_address ( _f : fn ( * u8 ) ) {
52
- fail;
53
- }
54
- }
You can’t perform that action at this time.
0 commit comments