axodotdev / axodotdev/cargo-dist
test-backlog: feature flags
Open
good first issue
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 149
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 32
Description
We are missing tests for:
* features
* default-features
* all-features
* msvc-crt-static
They are "so trivial" that there wasn't a huge pressure to add tests but that's no excuse.
Contributor guide
Research direction
The issue identifies four uncovered feature flags: features, default-features, all-features, and msvc-crt-static. Locate their definitions and the existing test coverage first, then add tests for each flag and verify that all four cases are exercised.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100