From 1595ce273edb32493231a43216a15cfbeb9ffc12 Mon Sep 17 00:00:00 2001 From: Jay Petacat Date: Fri, 8 Jan 2021 15:36:02 -0500 Subject: Remove deprecated stream aliases --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.zig') diff --git a/src/main.zig b/src/main.zig index 7829901acc..89150f214a 100644 --- a/src/main.zig +++ b/src/main.zig @@ -2015,7 +2015,7 @@ fn updateModule(gpa: *Allocator, comp: *Compilation, zir_out_path: ?[]const u8, const baf = try io.BufferedAtomicFile.create(gpa, fs.cwd(), zop, .{}); defer baf.destroy(); - try new_zir_module.writeToStream(gpa, baf.stream()); + try new_zir_module.writeToStream(gpa, baf.writer()); try baf.finish(); } -- cgit v1.2.3