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

Function f

Source Code/09-23.rs:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5*/
6fn main() {
7 fn f() -> i32 { 3 }
8 let _a: u32 = f();
9}

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected