rustc suggests in non-user-defined external library
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
This issue is used to keep track of similar suggestion errors.
rustc often makes suggestions in non-user-defined external libraries that we can't apply because it's automatically downloaded by Cargo or exists in the standard library.
Related Issues: #142359, #139830, #139253, #139251, #139247, #139051, #139050, #139049
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading this tracking issue and the related issues #142359, #139830, #139253, #139251, #139247, #139051, #139050, and #139049. Then trace rustc's suggestion generation for automatically downloaded Cargo dependencies and standard-library code. Done means suggestions are no longer emitted for non-user-defined external libraries, with the related cases covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100