Updated build version requirement to 0.10.0-dev.3385

This commit is contained in:
Dave Gauer 2022-07-31 11:04:16 -04:00
parent 4937998dfe
commit 98ebdcbff8
3 changed files with 4 additions and 2 deletions

View file

@ -71,6 +71,7 @@ pub fn main() void {
var first_line2: Err!*const [21]u8 = ???;
first_line2 = "which can eternal lie";
// Note we need the "{!s}" format for the error union string.
std.debug.print("{s} {!s} / ", .{ first_line1, first_line2 });
printSecondLine();