How do you solve "Module declaration missing. This may impact smart editing features and auto-completion."? I'm working through the Rustling program for the second time and I still haven't figured out how to solve this warning, Using the Rust Rover IDE. Would be great if someone could point me in the right direction to solve it
#How do you solve "Module declaration missing..."
8 messages · Page 1 of 1 (latest)
What does your current project directory look like?
I assume rust rover doesn't understand how to work with rustling's unique setup
for rust analyzer its possible to tell it, I don't know if there is anything like that for rustrover
does rr even use ra? ;)
Ah I see! I figured it could be something like that. Any idea how to fix it? Or just ignore it 🤷♂️
New rustlings project cloned from the main repo
Maybe I’ll try it in vs code. I was just curious to try out rust rover for a new environment to learn in