Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2016-05-13-rustup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down