Fix issue with formatting from std library updates
This commit is contained in:
parent
1a89e4ebf1
commit
c222d695e9
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ pub fn main() void {
|
|||
var first_line2: Err!*const [21]u8 = ???;
|
||||
first_line2 = "which can eternal lie";
|
||||
|
||||
std.debug.print("{s} {s} / ", .{ first_line1, first_line2 });
|
||||
std.debug.print("{s} {!s} / ", .{ first_line1, first_line2 });
|
||||
|
||||
printSecondLine();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue