@@ -167,6 +167,10 @@ variable. If it isn't, run the installer again, select "Change" on the "Change,
167
167
repair, or remove installation" page and ensure "Add to PATH" is installed on
168
168
the local hard drive.
169
169
170
+ Rust does not do its own linking, and so you’ll need to have a linker
171
+ installed. Doing so will depend on your specific system, consult its
172
+ documentation for more details.
173
+
170
174
If not, there are a number of places where we can get help. The easiest is
171
175
[ the #rust IRC channel on irc.mozilla.org] [ irc ] , which we can access through
172
176
[ Mibbit] [ mibbit ] . Click that link, and we'll be chatting with other Rustaceans
@@ -604,11 +608,11 @@ This chapter covered the basics that will serve you well through the rest of
604
608
this book, and the rest of your time with Rust. Now that you’ve got the tools
605
609
down, we'll cover more about the Rust language itself.
606
610
607
- You have two options: Dive into a project with ‘[ Learn Rust ] [ learnrust ] ’, or
611
+ You have two options: Dive into a project with ‘[ Tutorial: Guessing Game ] [ guessinggame ] ’, or
608
612
start from the bottom and work your way up with ‘[ Syntax and
609
613
Semantics] [ syntax ] ’. More experienced systems programmers will probably prefer
610
- ‘Learn Rust ’, while those from dynamic backgrounds may enjoy either. Different
614
+ ‘Tutorial: Guessing Game ’, while those from dynamic backgrounds may enjoy either. Different
611
615
people learn differently! Choose whatever’s right for you.
612
616
613
- [ learnrust ] : learn-rust .html
617
+ [ guessinggame ] : guessing-game .html
614
618
[ syntax ] : syntax-and-semantics.html
0 commit comments