diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2018-06-04 19:23:19 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-06-04 22:18:14 -0500 |
| commit | a0dc2497d0c13266a44043af3f86851a9fa3bdfe (patch) | |
| tree | de13818489ea23357c4ece2bca1d6b91f16c9a56 /src/doc/rustc-dev-guide | |
| parent | ff2305ff199ae433c836cf0700a1b871fc500071 (diff) | |
| download | rust-a0dc2497d0c13266a44043af3f86851a9fa3bdfe.tar.gz rust-a0dc2497d0c13266a44043af3f86851a9fa3bdfe.zip | |
tests dont need to pass
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/intro.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/intro.md b/src/doc/rustc-dev-guide/src/tests/intro.md index 79aa0fd6a6c..bd8a60a8834 100644 --- a/src/doc/rustc-dev-guide/src/tests/intro.md +++ b/src/doc/rustc-dev-guide/src/tests/intro.md @@ -211,8 +211,8 @@ caveats: that the crate doesn't compile any more (e.g. used old nightly features), has broken or flaky tests, requires network access, or other reasons. -- Before crater can be run, `@bors try` needs to suceed. This means that if - your code doesn't compile or fails tests, you cannot run crater. +- Before crater can be run, `@bors try` needs to suceed in building artifacts. + This means that if your code doesn't compile, you cannot run crater. ## Perf runs |
