mirror of
https://github.com/rust-lang/book.git
synced 2026-05-16 06:50:41 -04:00
Merge pull request #4097 from rust-lang/new-baseline
Correct baseline after running update-rustc.sh again
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
$ cargo run
|
||||
Compiling guessing_game v0.1.0 (file:///projects/guessing_game)
|
||||
Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
|
||||
Running `file:///projects/guessing_game/target/debug/guessing_game`
|
||||
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
|
||||
Running `target/debug/guessing_game`
|
||||
Hello, world!
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
$ cargo +nightly miri run
|
||||
Preparing a sysroot for Miri (target: aarch64-apple-darwin)... done
|
||||
Compiling unsafe-example v0.1.0 (file:///projects/unsafe-example)
|
||||
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.01s
|
||||
Running `/Users/chris/.rustup/toolchains/nightly-aarch64-apple-darwin/bin/cargo-miri runner target/miri/aarch64-apple-darwin/debug/unsafe-example`
|
||||
|
||||
Reference in New Issue
Block a user