diff options
Diffstat (limited to 'src/libstd/arena.rs')
| -rw-r--r-- | src/libstd/arena.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/arena.rs b/src/libstd/arena.rs index 177932aa072..a30ee94a42b 100644 --- a/src/libstd/arena.rs +++ b/src/libstd/arena.rs @@ -161,7 +161,7 @@ unsafe fn un_bitpack_tydesc_ptr(p: uint) -> (*TypeDesc, bool) { (reinterpret_cast(&(p & !1)), p & 1 == 1) } -impl &Arena { +pub impl &Arena { // Functions for the POD part of the arena fn alloc_pod_grow(n_bytes: uint, align: uint) -> *u8 { // Allocate a new chunk. |
