Skip to content

TYP062

TYP062 — non-exhaustive match

SubsystemType checking
Severityerror

A match over an enum covers neither every variant nor a _ arm. Add the missing variant arms or a _ default. See spec/types.md.

From your terminal:

Terminal window
q64 explain TYP062