rust-lang / rustlings

:crab: Small exercises to get you used to reading and writing Rust code!
https://rustlings.cool
MIT License
54.07k stars 10.15k forks source link

Rust Analyzer not working in /exercises/*.rs #2001

Closed matormentor closed 4 months ago

matormentor commented 4 months ago

Issue with file not included in crate hieriarchy for all exercies.

matormentor commented 4 months ago

Nevermind, just missed the rust-project.json generation. For anyone with the same issue, just use rustlings lsp and restart the rust-analyzer.

resthedev commented 4 months ago

Nevermind, just missed the rust-project.json generation. For anyone with the same issue, just use rustlings lsp and restart the rust-analyzer.

Thanks for providing the solution. I was confused I was not getting any auto complete nor definitions.

mo8it commented 4 months ago

Note that this is not needed in the new release of version 6 :)