File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ch02-guessing-game-tutorial/no-listing-01-cargo-new
ch20-advanced-features/listing-20-10 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1+ $ cargo run
12 Compiling guessing_game v0.1.0 (file:///projects/guessing_game)
2- Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
3- Running `file:///projects/guessing_game/ target/debug/guessing_game`
3+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
4+ Running `target/debug/guessing_game`
45Hello, world!
Original file line number Diff line number Diff line change 11$ cargo +nightly miri run
2- Preparing a sysroot for Miri (target: aarch64-apple-darwin)... done
32 Compiling unsafe-example v0.1.0 (file:///projects/unsafe-example)
43 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.01s
54 Running `/Users/chris/.rustup/toolchains/nightly-aarch64-apple-darwin/bin/cargo-miri runner target/miri/aarch64-apple-darwin/debug/unsafe-example`
You can’t perform that action at this time.
0 commit comments