Handle cargo target dir
Open
Nobody has claimed this yet.
bug
- Dominant language
- Rust
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
cargo-prosa with its sub build don't handle the output target dir parameter.
using the CARGO_TARGET_DIR environment variable which can be bypassed by adding --target-dir target/ when calling cargo doesn't work.
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 locating the cargo-prosa sub-build invocation and inspect how it handles CARGO_TARGET_DIR and the --target-dir target/ argument. Done means the sub-build honors the configured output target directory instead of ignoring or bypassing it; no specific file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100