Skip to content

Commit bee45f0

Browse files
committed
rt: rust_env is a struct
1 parent 3232c52 commit bee45f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rt/memory_region.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// hugely expensive and should only be used as a last resort.
2323
#define RUSTRT_TRACK_ALLOCATIONS 0
2424

25-
class rust_env;
25+
struct rust_env;
2626

2727
class memory_region {
2828
private:

0 commit comments

Comments
 (0)