mach: add TODO about self-hosted unused variables

This commit is contained in:
Stephen Gutekanst 2022-09-20 02:30:08 -07:00 committed by Stephen Gutekanst
parent 87fd2f82f6
commit 8026526b99

View file

@ -7,6 +7,7 @@ const native = @import("native.zig");
pub const App = @This();
// TODO(self-hosted): https://github.com/ziglang/zig/issues/12275
_unused: i32,
pub const GPUInterface = gpu.dawn.Interface;