New Project creates a project with errors
See original GitHub issueCreating a new project, creates a project with the following error for me:
found crate `std` compiled by an incompatible version of rustc
help: please recompile that crate using this compiler (rustc 1.30.0 (da5f414c2 2018-10-24))
note: the following crate versions were found:
crate `std` compiled by rustc 1.29.1: /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_unicode-af9ed753d535e00e.rlib
crate `std` compiled by rustc 1.29.1: /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-23c5a4e3162880bd.rlib
crate `std` compiled by rustc 1.29.1: /usr/lib64/libstd-23c5a4e3162880bd.so
Eclipse: Eclipse IDE for Eclipse Committers
Version: 2018-09 (4.9.0) Build id: 20180917-1800
Corrosion: Corrosion: Rust edition in Eclipse IDE 0.1.0.201809141024 org.eclipse.corrosion.feature.feature.group Red Hat Inc.
OS: RHEL 7.5
Expectation: I would expect that a new project wizard creates a project that has no errors or warnings.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Getting an error while creating a new project in VS2019
After integration with ClearCase, when we create a new project, we are getting a error message dialog of Visual Studio. The error says...
Read more >Errors when I create a new project - Unity Forum
f1. I am getting error messages when I just created a new project, most of which say that the type or namespace "UnityWorkItem"...
Read more >Error thrown when creating a new project Visual Studio
I've recently uninstalled and reinstalled Visual Studio Community 2015 and now when I try to create a new project this error is thrown:....
Read more >417 errors just opening C++ project before I even write code.
I am trying to write a simple program in C++ using Visual Studio and no matter how I set up the project, whatever...
Read more >5.1 Error when creating new C++ template project
I just tried to create a new C++ test project based on the ThirdPerson example project and received the error below.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Aha, so you did press the “mess up” button 😉. As far as I remember, the button will install rustup and with it the latest stable toolchain for you. Rustup will install everything in your user home, while RHEL will install everything in the system directories. It appears that your user local cargo is invoked, but the system level std library is found. Maybe adjusting your PATH variable will help, or uninstall the system level Rust version.
I can’t reproduce it. I guess it is closed.