There was a problem with storing a `Box<T>` in a struct, where the current rules would invalidate the value. this makes it store a raw pointer instead, circumventing the aliasing problems. |
||
|---|---|---|
| .. | ||
| lib.rs | ||
| tests.rs | ||
There was a problem with storing a `Box<T>` in a struct, where the current rules would invalidate the value. this makes it store a raw pointer instead, circumventing the aliasing problems. |
||
|---|---|---|
| .. | ||
| lib.rs | ||
| tests.rs | ||