Merge pull request #4097 from rust-lang/new-baseline

Correct baseline after running update-rustc.sh again
This commit is contained in:
Chris Krycho
2024-11-06 13:51:50 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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!

View File

@@ -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`