We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustc -V
1 parent 663691e commit c677c2fCopy full SHA for c677c2f
src/preface.md
@@ -65,8 +65,9 @@ $ # Rust toolchain
65
$ # If you start from scratch, get rustup from https://rustup.rs/
66
$ rustup default beta
67
68
+$ # toolchain should be newer than this one
69
$ rustc -V
-rustc 1.30.0-beta (????????? 2018-09-1?)
70
+rustc 1.30.0-beta.1 (14f51b05d 2018-09-18)
71
72
$ rustup target add thumbv7m-none-eabi
73
0 commit comments