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

Class S

Source Code/22-17.rs:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3*/
4fn main() {
5 struct S {}
6 let s1 = S {};
7 let _s2 = s1;
8 s1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected