You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use enum type in idl, rust2go-cli will report an error:
$ rust2go-cli --src src/service/cf_bypass.rs --dst go/gen.go [master]
thread 'main' panicked at /Users/leaf-potato/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust2go-common-0.3.12/src/raw_file.rs:537:26:
called `Option::unwrap()` on a `None` valuenote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
When I use enum type in idl, rust2go-cli will report an error:
The text was updated successfully, but these errors were encountered: