rt: rust_env is a struct

This commit is contained in:
Brian Anderson 2012-04-01 21:07:42 -07:00
parent 3232c52a61
commit bee45f0ef0

View File

@ -22,7 +22,7 @@
// hugely expensive and should only be used as a last resort.
#define RUSTRT_TRACK_ALLOCATIONS 0
class rust_env;
struct rust_env;
class memory_region {
private: