Skip to content

PAR040

PAR040 — generic vs less-than ambiguity

SubsystemParser
Severityerror

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:

Terminal window
q64 explain PAR040