errors.fyi community error code reference
E0601
rust

Missing main Function

A binary crate was compiled without a main function as the program entry point. Add a fn main() to the crate root.

References

← all namespaces