taffy version
0.8
Platform
Rust
What you did
Upgraded taffy to 0.8
What went wrong
Taffy values cannot be sent between threads safely because of *const () .
This limits the usability of taffy in multi threaded use cases where UI may be constructed from multiple threads.
Additional information
Probably due to tagged_ptr in CompactLengthInner.