Skip to content

Commit e0f463a

Browse files
committed
---
yaml --- r: 77055 b: refs/heads/snap-stage3 c: 9e7f1fc h: refs/heads/master i: 77053: 5fd24a2 77051: 75a52ab 77047: e49980a 77039: c839d30 77023: 113ebd0 76991: 5384771 76927: 9eecc99 76799: 3017d5f v: v3
1 parent 585c4f9 commit e0f463a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
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: f1132496dddbdd88f321a7919eec3d65136b3f75
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 1860efbfc62465ca096e67ee64ba9b2f71c5e1a8
4+
refs/heads/snap-stage3: 9e7f1fce73e37d8d26ed38cf8b568be67411e0ed
55
refs/heads/try: ebfe63cd1c0b5d23f7ea60c69b4fde2e30cfd42a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/rt/rust_builtin.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -559,11 +559,7 @@ rust_try(rust_try_fn f, void *fptr, void *env) {
559559

560560
extern "C" CDECL void
561561
rust_begin_unwind(uintptr_t token) {
562-
#ifndef __WIN32__
563562
throw token;
564-
#else
565-
abort();
566-
#endif
567563
}
568564

569565
extern "C" CDECL uintptr_t

0 commit comments

Comments
 (0)