Skip to content

Instantly share code, notes, and snippets.

@BobGneu
Created February 7, 2018 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BobGneu/070c9ff68032168c4a65c1631db680b0 to your computer and use it in GitHub Desktop.
Save BobGneu/070c9ff68032168c4a65c1631db680b0 to your computer and use it in GitHub Desktop.
Rust Intro - Running verbose
> cargo run --verbose
Compiling rust_bin v0.1.0 (file:///C:/rust_bin)
Running `rustc --crate-name rust_bin src\main.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=a2f9914a23e80948 -C extra-filename=-a2f9914a23e80948 --out-dir C:\rust_bin\target\debug\deps -L dependency=C:\rust_bin\target\debug\deps`
Finished dev [unoptimized + debuginfo] target(s) in 0.53 secs
Running `target\debug\rust_bin.exe`
Hello, world!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment