diff --git a/_posts/2016-05-13-rustup.md b/_posts/2016-05-13-rustup.md index ecfcc5053..6c11dabfd 100644 --- a/_posts/2016-05-13-rustup.md +++ b/_posts/2016-05-13-rustup.md @@ -243,7 +243,7 @@ The error tells us that the compiler can't find `std`. That is of course because we haven't installed it. To start cross-compiling, you need to acquire a standard library for the target -platform. Previously, this was an error-prone, manual process — queue those +platform. Previously, this was an error-prone, manual process — cue those blog posts I mentioned earlier. But with rustup, it's just part of the usual workflow: