Skip to content

Commit

Permalink
rt: abort doesn't take an argument
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Apr 25, 2013
1 parent 28ab152 commit abc49fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/rust_builtin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ rust_begin_unwind(uintptr_t token) {
#ifndef __WIN32__
throw token;
#else
abort("failing on win32");
abort();
#endif
}

Expand Down

4 comments on commit abc49fd

@bors
Copy link
Contributor

@bors bors commented on abc49fd Apr 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at brson@abc49fd

@bors
Copy link
Contributor

@bors bors commented on abc49fd Apr 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging brson/rust/io = abc49fd into auto

@bors
Copy link
Contributor

@bors bors commented on abc49fd Apr 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brson/rust/io = abc49fd merged ok, testing candidate = 3a7ecf52

@bors
Copy link
Contributor

@bors bors commented on abc49fd Apr 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.