You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cargo panics on cleaning a given package if there exists a build-dependency
Steps Cargo.toml
[package]
name = "bug3"version = "0.1.0"authors = ["Nixon <nixon.emoony@gmail.com>"]
edition = "2018"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[build-dependencies]
winapi="0.3"
build.rs
fnmain(){}
src/main.rs
fnmain(){println!("Hello, world!");}
Notes
Output of cargo version:
cargo 1.43.0 (2cbe904 2020-05-03)
Problem
Cargo panics on cleaning a given package if there exists a build-dependency
Steps
Cargo.toml
build.rs
src/main.rs
Notes
Output of
cargo version
:cargo 1.43.0 (2cbe904 2020-05-03)
Backtrace
The text was updated successfully, but these errors were encountered: