SupportedLimitsExtras.chain should be a ChainedStructOut to properly chain from SupportedLimits

This commit is contained in:
Matthew Pohlmann
2024-06-27 21:53:16 -07:00
parent 0a504c2647
commit 4bf9de7237

View File

@@ -79,7 +79,7 @@ RequiredLimitsExtras :: struct {
}
SupportedLimitsExtras :: struct {
using chain: ChainedStruct,
using chain: ChainedStructOut,
limits: NativeLimits,
}