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
Instead of using a common wildcard import, in a custom layer I am using a direct import:
import lane.reference.v2022_01.types.LaneGroupId;
This works perfectly with rust-zserio and the official zserio compiles. With go-zserio it fails:
Error: parse schema: resolve types: woven.v2024_08.layer.LanegroupSidetableLayer, field identifier: unknown type: .LaneGroupId (type not found in package)
The text was updated successfully, but these errors were encountered:
Instead of using a common wildcard import, in a custom layer I am using a direct import:
This works perfectly with rust-zserio and the official zserio compiles. With go-zserio it fails:
The text was updated successfully, but these errors were encountered: