Skip to content

TYP300

TYP300try requires Result return type

SubsystemType checking
Severityerror

try propagates an Err to the enclosing function, so that function must return Result<_, _>. Change the return type, or handle the value with match. See spec/errors.md §“Type-system rules”.

From your terminal:

Terminal window
q64 explain TYP300