cant run an example
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 9.7k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
```
error: failed to download `smallvec v1.9.0`
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at `C:\Users\ofir ben atar\.cargo\registry\src\github.com-1ecc6299db9ec823\smallvec-1.9.0\Cargo.toml`
Caused by:
could not parse input as TOML
Caused by:
TOML parse error at line 1, column 1
|
1 |
| ^
Unexpected ``
Expected key or end of input
```
```
[dependencies]
druid = { git = "https://github.com/linebender/druid.git" }
```
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 reproducing the example with the shown druid Git dependency and inspect Cargo's parse failure for smallvec v1.9.0 in the local registry. Confirm whether the example can build after resolving the reported manifest error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100