Introduce an (arbitrary) ordering for extra pages

This commit is contained in:
Philipp Oppermann
2017-06-13 17:47:07 +02:00
parent e84c8ac638
commit 1794a94fa9
5 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
title = "Cross Compiling: libcore"
template = "plain.html"
url = "cross-compile-libcore"
order = 3
+++
If you get an `error: can't find crate for 'core'`, you're probably compiling for a different target (e.g. you're passing the `target` option to `cargo build`). Now the compiler complains that it can't find the `core` library. This document gives a quick overview how to fix this problem. For more details, see the [rust-cross] project.