foundry-rs / foundry-rs/foundry-rust-template
Build does not work
Open
- Dominant language
- Rust
- Stars
- 245
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
`make` results with:
```
error[E0432]: unresolved import `bindings::counter::Counter`
--> app/src/main.rs:1:5
|
1 | use bindings::counter::Counter;
| ^^^^^^^^^^^^^^^^^^^-------
| | |
| | help: a similar name exists in the module (notice the capitalization): `counter`
| no `Counter` in `counter`
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.