Amanieu / intrusive-rs

Intrusive collections for Rust
Apache License 2.0
412 stars 48 forks source link

Compile error in no_std environment and nighlty feature enabled #23

Closed thibaud-tortech closed 5 years ago

thibaud-tortech commented 5 years ago

Error[E0433]: failed to resolve. Use of undeclared type or module mem
--> intrusive-collections-0.7.7/src/intrusive_pointer.rs:36:9
|
36 | mem::forget(self);
| ^^^ Use of undeclared type or module mem

error: aborting due to previous error

Amanieu commented 5 years ago

Should be fixed in 0.7.8.

thibaud-tortech commented 5 years ago

Thanks you for your reactivity and your work on this amazing crate