Skip to content

Commit abc49fd

Browse files
committed
rt: abort doesn't take an argument
1 parent 28ab152 commit abc49fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_builtin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ rust_begin_unwind(uintptr_t token) {
909909
#ifndef __WIN32__
910910
throw token;
911911
#else
912-
abort("failing on win32");
912+
abort();
913913
#endif
914914
}
915915

0 commit comments

Comments
 (0)