ENV050
ENV050 — main Form 2 ends without return
| Subsystem | Capabilities |
| Severity | error |
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:
q64 explain ENV050