-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
C-bugCategory: bugCategory: bug
Description
Problem
Using cargo run on a new binary Cargo project with a new install of rustup / Cargo results in error message:
error: could not execute process `target/debug/<project name>` (never executed)
Steps
- Install the minimal installation of Ubuntu.
- Install cargo and rustup.
- Create a new project using
cargo new - Install build-essentials using
sudo apt install build-essentials cargo run
Possible Solution(s)
Notes
Output of cargo version:
cargo 1.45.1 (f242df6 2020-07-22)
Minimal installation of Ubuntu 20.04 with build-essentials, VS Code, rustup, Cargo. I am on rustc version 1.45.2
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bug