dannym pushed a commit to branch master
in repository guix-artwork.
commit b195bea50b2e4e421c28d2a55e8f69805e40b7e4
Author: Danny Milosavljevic <[email protected]>
Date: Tue Dec 11 15:58:21 2018 +0100
website: bootstrapping-rust: Clarify versions.
* website/posts/bootstrapping-rust.md: Clarify versions.
---
website/posts/bootstrapping-rust.md | 4 ++--
1 file 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 [email protected] is mostly guaranteed in the sense of "someone else
+built [email protected] using another Rust compiler and thus ran the borrow
checker already".
* The bootstrap chain is rather long. There are plans to extend