mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
Docgen invalid for &&
This commit is contained in:
parent
484f8a4cc2
commit
111d3792e0
@ -929,7 +929,9 @@ fn tokenizeAndPrintRaw(docgen_tokenizer: *Tokenizer, out: var, source_token: Tok
|
||||
std.zig.Token.Id.BracketStarCBracket,
|
||||
=> try writeEscaped(out, src[token.start..token.end]),
|
||||
|
||||
std.zig.Token.Id.Invalid => return parseError(
|
||||
std.zig.Token.Id.AmpersandAmpersand,
|
||||
std.zig.Token.Id.Invalid,
|
||||
=> return parseError(
|
||||
docgen_tokenizer,
|
||||
source_token,
|
||||
"syntax error",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user