Open kckeiks opened 5 months ago
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?
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?