Even after setting rust.cfg_test=true, rls-vscode doesn't verify the tests directory.
I'm also having this same issue. Any ideas? 馃槩
Recent RLS build support a rust.all_targets option. If you're using such a build you can set "rust.all_targets": true in the settings.
Most helpful comment
Recent RLS build support a
rust.all_targetsoption. If you're using such a build you can set"rust.all_targets": truein the settings.