Skip to content

Commit d4d6575

Browse files
Link to a bit more context about what "crater run" means
Co-authored-by: Wesley Wiser <[email protected]>
1 parent 655b564 commit d4d6575

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ to tease apart within the project community itself.)
259259
260260
-->
261261

262-
We have done a [crater run] for the 1.64-beta and that did not find any other
262+
We have [performed][crater results] a [crater run] for the 1.64-beta and that did not find any other
263263
instances of this particular problem.
264264
If you can test compiling your crate atop the 1.64-beta before the stable
265265
release goes out on September 22nd, all the better! One easy way to try the beta
@@ -270,7 +270,8 @@ $ rustup update beta
270270
$ cargo +beta build
271271
```
272272

273-
[crater run]: https://github.com/rust-lang/rust/issues/100327
273+
[crater results]: https://github.com/rust-lang/rust/issues/100327#issuecomment-1214457275
274+
[crater run]: https://rustc-dev-guide.rust-lang.org/tests/crater.html
274275
[rustup]: https://rust-lang.github.io/rustup/overrides.html#toolchain-override-shorthand
275276

276277
[file an issue]: https://github.com/rust-lang/rust/issues/new/choose

0 commit comments

Comments
 (0)