Open
Description
As requested in #53 and implemented in rust-lang/rust#71442, AllocRef
is implemented on mutable references. Does anything stop us from implement it on Box
, Rc
, or Arc
?
As requested in #53 and implemented in rust-lang/rust#71442, AllocRef
is implemented on mutable references. Does anything stop us from implement it on Box
, Rc
, or Arc
?