]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-12/output.txt
New upstream version 1.43.0+dfsg1
[rustc.git] / src / doc / book / listings / ch05-using-structs-to-structure-related-data / listing-05-12 / output.txt
1 $ cargo run
2 Compiling structs v0.1.0 (file:///projects/structs)
3 Finished dev [unoptimized + debuginfo] target(s) in 0.48s
4 Running `target/debug/structs`
5 rect1 is Rectangle { width: 30, height: 50 }