Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e16dd73

Browse filesBrowse files
authored
Merge pull request #4097 from rust-lang/new-baseline
Correct baseline after running update-rustc.sh again
2 parents 777a5ba + da61167 commit e16dd73
Copy full SHA for e16dd73

File tree

2 files changed

+3
-3
lines changed
Filter options
  • listings
    • ch02-guessing-game-tutorial/no-listing-01-cargo-new
    • ch20-advanced-features/listing-20-10

2 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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`
45
Hello, world!

‎listings/ch20-advanced-features/listing-20-10/output.txt

Copy file name to clipboardExpand all lines: listings/ch20-advanced-features/listing-20-10/output.txt
-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.