when invoked from a dir for which the default toolchain has been overridden using rustup override set stable, the default toolchain is still used for the cargo check.
i'm pretty sure that this issue lies in rust-tools itself and not rust-analyzer, though i might be mistaken. idk how the toolchain is chosen. if it lies in rust-analyzer itself, i'll create another issue up the chain.
when invoked from a dir for which the default toolchain has been overridden using
rustup override set stable, the default toolchain is still used for the cargo check.i'm pretty sure that this issue lies in rust-tools itself and not rust-analyzer, though i might be mistaken. idk how the toolchain is chosen. if it lies in rust-analyzer itself, i'll create another issue up the chain.