Extracted from https://github.com/ziglang/zig/pull/14647. https://github.com/ziglang/zig/blob/b4d58e93ea4d0bbfe674f80d301279d302fe8fc8/lib/std/Build/Step.zig#L166-L169 Here it should capture an error return trace and include it as part of the result's error messages.
Extracted from #14647.
zig/lib/std/Build/Step.zig
Lines 166 to 169 in b4d58e9
Here it should capture an error return trace and include it as part of the result's error messages.