Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pb-rs fails when processing a oneof with a semicolon #261

Open
kckeiks opened this issue Jun 20, 2024 · 1 comment · May be fixed by #264
Open

pb-rs fails when processing a oneof with a semicolon #261

kckeiks opened this issue Jun 20, 2024 · 1 comment · May be fixed by #264

Comments

@kckeiks
Copy link

kckeiks commented Jun 20, 2024

pb-rs (version 0.10.0) fails when converting this file https://github.com/onnx/onnx/blob/main/onnx/onnx.proto#L692 and it succeeds when I remove that semicolon. Is this expected?

@kckeiks
Copy link
Author

kckeiks commented Jun 20, 2024

In addition, converting with --dont_use_cow was adding lifetimes where they were not expected causing struct takes 0 lifetime arguments but 1 lifetime argument was supplied. Should I open a different issue for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant