Hello, World! Rust - error[E0463]: can't find crate for `core`

Solution:
Delete rust from the repositories, and install it from:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
2 Likes