Skip to content

Commit

Permalink
Update one more bit of output caught by the update rust script
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Feb 18, 2021
1 parent 4a08b68 commit 937b020
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions listings/ch02-guessing-game-tutorial/listing-02-04/output.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
$ cargo build
Compiling libc v0.2.51
Compiling rand_core v0.4.0
Compiling rand_core v0.3.1
Compiling libc v0.2.86
Compiling getrandom v0.2.2
Compiling cfg-if v1.0.0
Compiling ppv-lite86 v0.2.10
Compiling rand_core v0.6.2
Compiling rand_chacha v0.3.0
Compiling rand v0.8.3
Compiling guessing_game v0.1.0 (file:///projects/guessing_game)
error[E0308]: mismatched types
Expand Down

0 comments on commit 937b020

Please sign in to comment.