We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd75463 + 5dda8ab commit 938ddeeCopy full SHA for 938ddee
src/rt/rust_exchange_alloc.cpp
@@ -48,8 +48,8 @@ rust_get_exchange_count_ptr() {
48
void
49
rust_check_exchange_count_on_exit() {
50
if (exchange_count != 0) {
51
- printf("exchange heap not empty on on exit");
52
- printf("%d dangling allocations", (int)exchange_count);
+ printf("exchange heap not empty on exit\n");
+ printf("%d dangling allocations\n", (int)exchange_count);
53
abort();
54
}
55
0 commit comments