Skip to content

Commit 384f611

Browse files
author
Jakub Bukaj
committed
rollup merge of #18968: danluu/guide_play
As-is, there's no indication that the code examples pop out into a window that runs on `play.rust-lang.org` until you mouse over them. I managed to get to section 4 of the guide before realizing you could do this since it didn't occur to me to mouse over the example text. cc @rose since we went through the tutorial together and I think it wasn't obvious to her either.
2 parents f6b4e39 + 0f11eb5 commit 384f611

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ $ ./main # or main.exe on Windows
159159
Hello, world!
160160
```
161161

162+
You can also run these examples on [play.rust-lang.org](http://play.rust-lang.org/) by clicking on the arrow that appears in the upper right of the example when you mouse over the code.
163+
162164
Success! Let's go over what just happened in detail.
163165

164166
```{rust}

0 commit comments

Comments
 (0)