Rust: "file is not included in module, tree analysis not available"
已回答
I'm trying to open this repo using Clion+rust plugin. It clearly has a `Cargo.toml` in the main repo, which should be used to index the project, but for some reason I'm getting "file is not included in module, tree analysis not available" for every single rust file.
Tried deleting .idea/ with no luck.
Any help?
请先登录再写评论。
Do you have your project attached in Cargo tool window?


If no, try to attach it via `+` button in the tool window or via `Attach` action in root `Cargo.toml` file
I can verify that Arseniy's answer works for me. Also I had no idea even about the cargo tool panel so thank you very much!