cargo icon indicating copy to clipboard operation
cargo copied to clipboard

The Rust package manager

Results 746 cargo issues
Sort by recently updated
recently updated
newest added

### Problem I'm running `cargo build --bin foo` (with cross-compilation, custom compiler, large workspace, feature flags, etc etc). Build fails: ``` ... Compiling openssl-sys v0.9.110 error: failed to run custom...

A-diagnostics
C-feature-request
A-build-scripts
S-needs-design
Command-tree

### Problem We have a compiler + VM monorepo with a build step, where we compile a standard library to include into the executable later. The step itself depends on...

C-feature-request
A-profiles
A-build-scripts
S-needs-design

### Problem I tried adding this to my workspace `Cargo.toml` ```toml [workspace.package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--generate-link-to-definition"] ``` and inheriting it in a package ```toml [package]...

C-feature-request
A-workspace-inheritance
S-needs-team-input

### Problem It's possible to have `crates.io` ownership on some -- but not all -- crates in a workspace. In that case, `cargo publish --workspace` might publish a few crates...

Command-publish
A-interacts-with-crates.io
C-feature-request
S-needs-design

### What it does Users may add the `version` field, thinking its relevant for git/path dependencies when it is instead adding a fallback registry source when published. While we can't...

S-needs-design
A-new-lint

### Problem `cargo tree` currently produces the following output: ``` test1 v0.1.0 (/home/user/test1) |-- clap v4.5.50 | `-- clap_builder v4.5.50 | |-- anstream v0.6.21 `-- toml v0.9.8 |-- anstream v0.6.21...

C-feature-request
S-needs-design
Command-tree