aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zig.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/zig.zig')
-rw-r--r--lib/std/zig.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/zig.zig b/lib/std/zig.zig
index 85835ebf18..1d221b9abd 100644
--- a/lib/std/zig.zig
+++ b/lib/std/zig.zig
@@ -192,6 +192,7 @@ pub fn binNameAlloc(allocator: std.mem.Allocator, options: BinNameOptions) error
}),
},
.nvptx => return std.fmt.allocPrint(allocator, "{s}", .{root_name}),
+ .dxcontainer => @panic("TODO what's the file extension for these?"),
}
}