Skip to content

Commit

Permalink
Rollup merge of rust-lang#28186 - thomas07vt:thomas07vt-patch-trpl-ru…
Browse files Browse the repository at this point in the history
…st-inside-other-languages.md, r=steveklabnik

The embed rust file that we compile prints out 'Thread finished..' messages along with a 'done!' r? @steveklabnik
  • Loading branch information
Manishearth committed Sep 3, 2015
2 parents 0c29243 + 6fcdead commit 67616f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/doc/trpl/rust-inside-other-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,17 @@ And finally, we can try running it:

```bash
$ ruby embed.rb
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
done!
done!
$
```
Expand Down

0 comments on commit 67616f7

Please sign in to comment.