hello, should use
statement auto-completion be expected to work?
Paths in use statements should be completed: use std::coll
-> use std::collection
. The use
keyword itself is not yet completed, this should be fixed
Hello!
hey @matklad , well on my side it's not, any way I could help troubleshooting?
@matklad I'm getting these in the output : async fn
is not permitted in the 2015 edition
hmm things are working now. Don't know why.
Probably the cargo project wasn't imported properly
@matklad Well! I am using a pretty standard setup with VSCode. How could that happen? I just opened a folder with my git repo containing Cargo.toml etc.
It's hard to tell retroactively, but a couple of reasons why this could have happened:
hmm, for missing rust-src, it's not possible because I didnt switch toolchain or install anything when it started working again, and I have rust-src installed on all my toolchains
and I didnt add any new binary