-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Issues: rust-lang/cargo
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Cargo treats lack of disk space as "spurious network error"
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-git
Area: anything dealing with git
A-networking
Area: networking issues, curl, etc.
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14964
opened Dec 19, 2024 by
glandium
"Caused By" error on missing relative dependency could be clearer
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-manifest
Area: Cargo.toml issues
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14924
opened Dec 11, 2024 by
spease
Tracking Issue for warnings (config build.warnings)
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-lints
Area: rustc lint configuration
C-tracking-issue
Category: A tracking issue for something unstable.
#14802
opened Nov 9, 2024 by
epage
2 tasks
bdf regress because bit-set 0.3.0 disappeared in the recent few months
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14643
opened Sep 30, 2024 by
tommythorn
Better Toolchain Error and Help Messages
A-cross-compiling
Area: using --target flag for other platforms
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14572
opened Sep 20, 2024 by
comods
workspace.default-members causes cargo run --bin from-other-crate to fail with an unhelpful error
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-bug
Category: bug
Command-run
S-needs-mentor
Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#14544
opened Sep 14, 2024 by
kornelski
Warn when feature is not required explicitly, but required by a transitive dependency
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-features
Area: features — conditional compilation
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
#14375
opened Aug 9, 2024 by
antoniofunnel
[minor] confusing output when vendored dependencies are outdated
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-bug
Category: bug
Command-vendor
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14320
opened Jul 30, 2024 by
Firstyear
Cannot publish when depending on a higher version of a dependency through path than registry
A-dependency-resolution
Area: dependency resolution and the resolver
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-bug
Category: bug
Command-package
Command-publish
S-triage
Status: This issue is waiting on initial triage.
#14022
opened Jun 6, 2024 by
epage
Help uncover issues with too few features requested that is masked by feature unification
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-features
Area: features — conditional compilation
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
#14021
opened Jun 6, 2024 by
meithecatte
Improve the diagnostics in virual workspaces
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-workspaces
Area: workspaces
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
#13965
opened May 26, 2024 by
VorpalBlade
Location of patch information
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-patch
Area: [patch] table override
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
E-medium
Experience: Medium
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13952
opened May 23, 2024 by
kurtlawrence
More helpful error message when a stray Area: Error and warning messages generated by Cargo itself.
A-workspaces
Area: workspaces
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
E-easy
Experience: Easy
S-triage
Status: This issue is waiting on initial triage.
Cargo.toml
is present
A-diagnostics
#13904
opened May 11, 2024 by
kpreid
Warn when new duplicate dependencies are introduced
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13899
opened May 10, 2024 by
kornelski
non-blocking build error reported in example code since 0d62ae2
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-manifest
Area: Cargo.toml issues
C-bug
Category: bug
regression-from-stable-to-stable
Regression in stable that worked in a previous stable release.
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13724
opened Apr 8, 2024 by
ckoehler
Add warning for unused workspace dependency
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13723
opened Apr 8, 2024 by
legounix
Build script allowlist mode
A-build-scripts
Area: build.rs scripts
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-security
Area: security
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13681
opened Apr 1, 2024 by
opeik
Confusing error message when using GitHub's SSH URL
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-git
Area: anything dealing with git
C-bug
Category: bug
S-needs-mentor
Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#13549
opened Mar 6, 2024 by
LukeMathWalker
cargo doc
should suggest --lib
override if documenting a crate with only doc = false
targets
A-cargo-targets
#13437
opened Feb 13, 2024 by
obi1kenobi
Odd behaviour for non-precise git dependencies in Cargo.lock
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-git
Area: anything dealing with git
A-lockfile
Area: Cargo.lock issues
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13300
opened Jan 15, 2024 by
espindola
Ensure discoverability of automatic garbage collection
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Z-gc
Nightly: garbage collection
#13176
opened Dec 15, 2023 by
matthieu-m
Investigate better Windows long-path error handling
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-filesystem
Area: issues with filesystems
E-hard
Experience: Hard
O-windows
OS: Windows
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13141
opened Dec 8, 2023 by
ehuss
Add Area: Error and warning messages generated by Cargo itself.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
Cargo.toml
context to exported-private-dependencies
lints
A-diagnostics
#13096
opened Dec 1, 2023 by
epage
Misspelling of Area: build.rs scripts
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
build.rs
doesn't get reported
A-build-scripts
#13073
opened Nov 29, 2023 by
diondokter
future-incompatibilities should tell you where the dependency comes from
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-future-incompat
Area: future incompatible reporting
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12952
opened Nov 10, 2023 by
thenorili
Previous Next
ProTip!
Follow long discussions with comments:>50.