Closed
Description
I'm using benchmarking on nightly through the test
feature, which requires extern crate test
in the code. However, rust-anaylzer always marks this as unresolved extern crate
and I have seen no other reports of this,
so I'm asking here whether that is a bug from rust-analyzer that it doesn't know about this default crate or whether I did a misconfiguration by using nightly.
I am running Arch Linux and the LSP plugin for Sublime Text.
$ rust-analyzer --version
rust-analyzer ???????
$ pacman -Qs rust-analyzer
local/rust-analyzer 20201130-1
Experimental Rust compiler front-end for IDEs