Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

Commit 9a15aad

Browse files
committed
More informative call timeout failure
1 parent eb50b60 commit 9a15aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grust/plumbing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub unsafe fn call_off_stack(ctx: *GMainContext, func: ~fn(*GMainContext)) {
6767
ptr::to_unsafe_ptr(&func) as *(),
6868
ctx)
6969
as bool) {
70-
fail!();
70+
fail!(~"off-stack call failure");
7171
}
7272
}
7373

0 commit comments

Comments
 (0)