Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: fix empty struct bindgen issue
evmc_host_context cannot be instantiated because original statement will generate private field in struct. bindings.rs ```rust pub struct evmc_host_context { _unused: [u8; 0], } ```
- Loading branch information