Skip to content

TYP305

TYP305 — postfix ? is not an error operator

SubsystemType checking
Severityerror

q64 propagates errors with the try keyword, not a ? sigil (spec/errors.md §“why a keyword not a sigil”). Write try expr instead of expr?. Note T? is still the Option<T> type sugar.

From your terminal:

Terminal window
q64 explain TYP305