]> git.proxmox.com Git - rustc.git/blame - src/doc/book/listings/ch12-an-io-project/listing-12-01/output.txt
New upstream version 1.63.0+dfsg1
[rustc.git] / src / doc / book / listings / ch12-an-io-project / listing-12-01 / output.txt
CommitLineData
74b04a01
XL
1$ cargo run
2 Compiling minigrep v0.1.0 (file:///projects/minigrep)
3 Finished dev [unoptimized + debuginfo] target(s) in 0.61s
4 Running `target/debug/minigrep`
923072b8
FG
5[src/main.rs:5] args = [
6 "target/debug/minigrep",
7]