]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-12/output.txt
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / doc / book / listings / ch05-using-structs-to-structure-related-data / listing-05-12 / output.txt
index 3abfb425748cd026e6c96676f35c26a4102dac50..c37be6b5bfbd5680dbf8cfc57f5a261353e00975 100644 (file)
@@ -1,5 +1,5 @@
 $ cargo run
-   Compiling structs v0.1.0 (file:///projects/structs)
+   Compiling rectangles v0.1.0 (file:///projects/rectangles)
     Finished dev [unoptimized + debuginfo] target(s) in 0.48s
-     Running `target/debug/structs`
+     Running `target/debug/rectangles`
 rect1 is Rectangle { width: 30, height: 50 }