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.
1 parent 1058118 commit 64b3f93Copy full SHA for 64b3f93
src/infra/docs/rustc-ci.md
@@ -6,7 +6,7 @@ A developer submitting a pull request to rust-lang/rust, experiences the followi
6
7
- A small subset of tests and checks are run on each commit to catch common errors.
8
- When the PR is ready and approved, the "bors" tool enqueues a full CI run.
9
-- The full run is either performed or the PR is "rolled up" with other changes.
+- The full run either queues the specific PR or the PR is "rolled up" with other changes.
10
- Eventually a CI run containing the changes from the PR is performed and either passes or fails with an error the developer must address.
11
12
## Which jobs we run
0 commit comments