PAR040
PAR040 — generic vs less-than ambiguity
| Subsystem | Parser |
| Severity | error |
A < following a name was ambiguous between a generic-argument list (Vec<T>) and a less-than comparison (a < b). Add parentheses to force the comparison, or whitespace/turbofish per the grammar (spec/grammar.md).
From your terminal:
q64 explain PAR040