Skip to content

Commit 8ce2a9e

Browse files
incorporate suggestion to make it super easy for people to see what command to use to try out the beta.
Co-authored-by: Wesley Wiser <wwiser@gmail.com>
1 parent 24daaff commit 8ce2a9e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

posts/2022-09-15-const-eval-safety-rule-revision.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,12 @@ to tease apart within the project community itself.)
256256

257257
If you can test compiling your crate atop the 1.64-beta before the stable
258258
release goes out on September 22nd, all the better! One easy way to try the beta
259-
is to use [rustup's override shortand][rustup] for it.
259+
is to use [rustup's override shortand][rustup] for it:
260+
261+
```shell
262+
$ rustup update beta
263+
$ cargo +beta build
264+
```
260265

261266
[rustup]: https://rust-lang.github.io/rustup/overrides.html#toolchain-override-shorthand
262267

0 commit comments

Comments
 (0)