dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
114 stars 56 forks source link

Lidbparse does not implement multiple messages for static assert #484

Closed RazvanN7 closed 1 year ago

RazvanN7 commented 1 year ago

As per: https://dlang.org/changelog/2.102.0.html#dmd.static-assert

This is currently blocking phobos from using this feature.