Closed amab8901 closed 4 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.
sharded-slab
I solved it by reinstalling the compiler
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 thesharded-slab
source code the issue is coming from.