Skip to content

Commit ebd7a9a

Browse files
committed
---
yaml --- r: 16364 b: refs/heads/try c: c058f1d h: refs/heads/master v: v3
1 parent 150c6c0 commit ebd7a9a

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 7571ee85c42d9dd587549c4794b0eea22dd38a66
5+
refs/heads/try: c058f1d9927874fd5bfe40d5e6698880a07c36bb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/libcore/stackwalk.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,7 @@ native mod rustrt {
3737
fn rust_dbg_breakpoint();
3838
}
3939

40-
// FIXME: Unconditionalize after snapshot
41-
#[cfg(stage1)]
42-
#[cfg(stage2)]
43-
#[cfg(stage3)]
4440
#[abi = "rust-intrinsic"]
4541
native mod rusti {
4642
fn frame_address(f: fn(*u8));
4743
}
48-
49-
#[cfg(stage0)]
50-
mod rusti {
51-
fn frame_address(_f: fn(*u8)) {
52-
fail;
53-
}
54-
}

0 commit comments

Comments
 (0)