Skip to content

Commit d183603

Browse files
committed
rt: Attempt to put out burning tinderbox by fully qualifying gc::gc().
1 parent cede5e5 commit d183603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_gc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ maybe_gc(rust_task *task) {
7676
}
7777

7878
if (zeal)
79-
gc(task);
79+
gc::gc(task);
8080
}
8181

8282
}

0 commit comments

Comments
 (0)