rust/src/rt/rust_gc.h
2011-08-19 14:30:01 -07:00

11 lines
100 B
C++

// Rust garbage collection.
struct rust_task;
namespace gc {
void maybe_gc(rust_task *task);
}