Viktor Kulikov

Results 7 comments of Viktor Kulikov

I believe build fail doesn't relate to my changes

May be the compiler is optimizing out the crate where `#[distributed_slice(BENCHMARKS)]` is called? Because I don't have explicit use of the crate (only through `linkme::distributed_slice`). This crate is added to...

I think yes, it is. There is also a `git` command that lets you run arbitrary commands on every submodule in the project recursively (`git submodule foreach --recursive ''`). Can...

Great! It works perfectly

The problem occures in a trait implemention under the async_trait macro. I believe this is not a rust_analyzer issue that is why closing it.

I have the same issue