https://issues.dlang.org/show_bug.cgi?id=10449
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic Status|NEW |RESOLVED Resolution|--- |FIXED Severity|normal |minor --- Comment #1 from Kenji Hara <[email protected]> --- >From 2.065, the message is changed. With git-head (2.068a), it prints: test.d(4): Error: invalid array operation ~"str2" (possible missing []) It shows the applied prefix operator `~` in message, so I think it's improved. --
