Using RLS with custom toolchain

To practice Rust I have started fixing some minor bugs in rust-clippy. I use VSCode for development and would like to use the rust (rls) plugin. Unfortunately, this doesn't work so well as building rust-clippy requires the custom master toolchain. Is there any way I could still get the benefits of RLS for development?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.