MCPcopy Create free account
hub / github.com/Apress/beginning-rust-2e / Main

Function Main

Source Code/01-03.rs:4–4  ·  view source on GitHub ↗

ILLEGAL. The compiler prints the error message: `main` function not found in crate `01_03` */

()

Source from the content-addressed store, hash-verified

2`main` function not found in crate `01_03`
3*/
4fn Main() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected