rust/src/libarena
Daniel Micay 7e2e4ce592 return &mut T from the arenas, not &T
The arenas write the value to memory and then return a non-aliasing
reference to it. The returned reference can be mutable and can be
coerced to an immutable one.

[breaking-change]
2014-10-27 16:37:31 -04:00
..
lib.rs return &mut T from the arenas, not &T 2014-10-27 16:37:31 -04:00