pub fn failDecl( t: *Translator, scope: *Scope, tok_idx: TokenIndex, name: []const u8, comptime format: []const u8, args: anytype, ) Error!void
pub fn failDecl( t: *Translator, scope: *Scope, tok_idx: TokenIndex, name: []const u8, comptime format: []const u8, args: anytype, ) Error!void { const loc = t.tree.tokens.items(.loc)[tok_idx]; return t.failDeclExtra(scope, loc, name, format, args); }