summaryrefslogtreecommitdiff
path: root/website/posts
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2018-12-11 15:58:21 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2018-12-11 15:58:21 +0100
commitb195bea50b2e4e421c28d2a55e8f69805e40b7e4 (patch)
tree23e11c8e3dc430c0ac86c202a2f7a8de416a0e3c /website/posts
parentwebsite: bootstrapping-rust: Fix bootstrap chain. (diff)
downloadguix-artwork-b195bea50b2e4e421c28d2a55e8f69805e40b7e4.tar.gz
website: bootstrapping-rust: Clarify versions.
* website/posts/bootstrapping-rust.md: Clarify versions.
Diffstat (limited to 'website/posts')
-rw-r--r--website/posts/bootstrapping-rust.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/posts/bootstrapping-rust.md b/website/posts/bootstrapping-rust.md
index cef9c73..cb8d8d3 100644
--- a/website/posts/bootstrapping-rust.md
+++ b/website/posts/bootstrapping-rust.md
@@ -64,8 +64,8 @@ We now got a bootstrap chain like this:
#### Limitations
* mrustc currently does no borrow checking -- so memory safety
-of our rust 1.19.0 is mostly guaranteed in the sense of "someone else
-built rust 1.19.0 using another Rust compiler and thus ran the borrow
+of our rust@1.19.0 is mostly guaranteed in the sense of "someone else
+built rust@1.19.0 using another Rust compiler and thus ran the borrow
checker already".
* The bootstrap chain is rather long. There are plans to extend