One quite frustating experience users might run into is verus reporting one error, fixing them, just to find that another error, and another, and another are also behind that error.
This is in general a hard problem -- requiring holding as many errors as possible in the multiple phases (instead of just reporting the first one).
The intention of this issue is to collect cases where we are only reporting one error at a time. That allows us to track these cases. Examples of cases that cause the issues would be nice as well.