Skip to content

ENV050

ENV050main Form 2 ends without return

SubsystemCapabilities
Severityerror

A fn main -> Result<…> falls off the end without an explicit return or a Result tail expression. End the body with Ok(()) (or a return). See spec/env.md §“main signature”.

From your terminal:

Terminal window
q64 explain ENV050