hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
269 stars 17 forks source link

no field `free` on type `REGISTRY` #98

Closed amab8901 closed 2 months ago

amab8901 commented 2 months ago

https://github.com/tokio-rs/tracing/issues/3035 this error comes from sharded-slab crate. I confirmed it by cloning the repo into local environment, and Rust compiler immediately found where in the sharded-slab source code the issue is coming from.

amab8901 commented 2 months ago

I solved it by reinstalling the compiler