Replace all unwrap_or(0) and parse().unwrap_or(0) calls in the asmint code generator with expect()/panic! so that missing constants or unparseable literals cause a build-time failure instead of silently generating wrong code. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.lock | ||
| Cargo.toml | ||