I will start with oft-stated line - "I am new to Rust"! I am using the Eclipse IDE since it is familiar to me from other development efforts. All has gone well until I updated Rust this week. Code completion stopped working and I see the following error:
"Rust 'src' directory: Path C:\Users\mymachine\.rustup\toolchains\nightly-x86_64-pc-windows-msvc\lib\rustlib\src\rust
does not contain 'libcore' directory."
I confirmed that this is the directory set in the Rust Preferences in Eclipse. The error message is correct - I do not see that directory in the specified path.
I scanned my Rust installation and cannot find a libcore directory. Is this a problem with the nightly build, did I do something wrong, or is an option setting wrong? I am not sure where to look, and searching the internet has not turned up this error. Anyone have some advice for me?