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

Class S

Source Code/24-12.rs:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3*/
4fn main() {
5 struct S {
6 b: bool,
7 ri: & i32,
8 }
9 let y: S;
10 {
11 let x: i32 = 12;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected