mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-02 18:01:05 +00:00
da3c03206c
Since Tree is Unpin, Pin<Box<Tree>> can be moved and it's basically the same as Box<Tree>. I heard using Box<T> still violates strict aliasing rule, but Pin wouldn't give any additional guarantee. https://morestina.net/blog/1868/self-referential-types-for-fun-and-profit |
||
---|---|---|
.. | ||
benches | ||
gen-protos | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |