zig fmt: apply new cast builtin order
This commit is contained in:
@@ -6,7 +6,7 @@ export fn b() void {
|
||||
_ = @constCast(@volatileCast(123));
|
||||
}
|
||||
export fn c() void {
|
||||
const x: ?*f32 = @constCast(@ptrCast(@addrSpaceCast(@volatileCast(p))));
|
||||
const x: ?*f32 = @ptrCast(@addrSpaceCast(@constCast(@volatileCast(p))));
|
||||
_ = x;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user