follows latest dlang changes

This commit is contained in:
2022-02-02 11:12:46 +09:00
parent c2a4e4af97
commit a18c020652
7 changed files with 30 additions and 30 deletions

View File

@@ -119,7 +119,7 @@ do {
T[] new_items;
foreach (item; items) {
const type =
auto type =
!item.canAdvance || item.next.isTerminal? null: item.next.nonTerminalType;
if (resolved_types[].canFind!"a is b"(type)) continue;