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

--- Comment #1 from JR <[email protected]> ---
The behaviour changed in 2.101, before which the error message was
`"message"[0..7]`.

```
$ dub build --compiler=2.100/dmd 2>&1 | grep 'Error:'
source/app.d(17,9): Error: `"message"[0..7]`

$ dub build --compiler=2.101/dmd 2>&1 | grep 'Error:' 
source/app.d(17,9): Error: `null`
```

--

Reply via email to