fn fail(step: *Step, comptime fmt: []const u8, args: anytype) error{OutOfMemory, MakeFailed}
step: *Step,
fmt: []const u8,
args: anytype,