mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-01 10:16:34 +00:00
This shrinks sizeof(Error) from 32 bytes to 24 bytes, which in turn will shrink sizeof(ErrorOr<T>) by the same amount (in cases where sizeof(T) is less than sizeof(Error)).