[Issue 22114] Fatal Token Parser Error at Line 914 for Version 2.097.0

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 10 08:59:53 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22114

--- Comment #7 from Tyler at linuxdev.app ---
For some reasons, it seems to be looking for an index of 18668 at tokens.d:1019
for tochars string array constant. Relevant frame information when debugging:

```
  * frame #0: 0x0000555555ace74f
dmd`_D3dmd6tokens5Token8toStringFNaNbNiNfkZAya(value=18668) at tokens.d:1019
    frame #1: 0x0000555555ace73b dmd`Token::toChars(value=18668) at
tokens.d:1014
```

--


More information about the Digitalmars-d-bugs mailing list