We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently, if you write a loop like this: for (type in named_list) {}
you get this message:
error: expecting in, found named_list
which is really obtuse. An easy heuristic to show a more informative message would be to check whether the iterator is named "in", possibly.