-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct baseline after running update-rustc.sh again
- Loading branch information
1 parent
777a5ba
commit da61167
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
listings/ch02-guessing-game-tutorial/no-listing-01-cargo-new/output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters