We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.11.0-dev.753+331861161
const S = struct { text: []const u8, comment: []const u8, }; test { const s = .{ .text = \\hello \\world , .comment = "test", }; _ = s; }
No extra whitespace after .text =.
.text =
The text was updated successfully, but these errors were encountered:
I found this issue in the file src/codegen/llvm.zig. These are the affected lines:
src/codegen/llvm.zig
src/codegen/llvm.zig 9862 .template =<SP> src/codegen/llvm.zig 9870 .template =<SP> src/codegen/llvm.zig 9878 .template =<SP>
Sorry, something went wrong.
zig fmt: fix extra whitespace with multiline strings
68d2f68
Fixes #13937
Successfully merging a pull request may close this issue.
Zig Version
0.11.0-dev.753+331861161
Steps to Reproduce and Observed Behavior
Expected Behavior
No extra whitespace after
.text =
.The text was updated successfully, but these errors were encountered: