Amanieu / intrusive-rs

Intrusive collections for Rust
Apache License 2.0
400 stars 47 forks source link

Usage of Rc container with intrusive_adapater macro leads to unsound code #67

Open andrii0lomakin opened 2 years ago

andrii0lomakin commented 2 years ago

intrusive_adapater macro implements both Send and Sync traits for the implementation of Adapter trait that leads to unsound code for !Send containers such as Rc.