Skip to content

Commit 2dec976

Browse files
authored
Merge pull request #2495 from Kobzol/josh-sync-stdarch
2 parents b4f2f68 + 9813a6e commit 2dec976

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/external-repos.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ implement a new tool feature or test, that should happen in one collective rustc
4343
* Using the [josh] tool
4444
* `miri` ([sync guide](https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#advanced-topic-syncing-with-the-rustc-repo))
4545
* `rust-analyzer` ([sync script](https://github.com/rust-lang/rust-analyzer/blob/2e13684be123eca7181aa48e043e185d8044a84a/xtask/src/release.rs#L147))
46-
* `rustc-dev-guide`
46+
* `rustc-dev-guide` ([josh sync](#synchronizing-a-josh-subtree))
4747
* `compiler-builtins`
48-
* `stdarch`
48+
* `stdarch` ([josh sync](#synchronizing-a-josh-subtree))
4949

5050
### Josh subtrees
5151

@@ -57,6 +57,7 @@ We use a dedicated tool called [`rustc-josh-sync`][josh-sync] for performing Jos
5757
Currently, we are migrating Josh repositories to it. So far, it is used in:
5858

5959
- rustc-dev-guide
60+
- stdarch
6061

6162
To use the tool, first install it with `cargo install --locked --git https://github.com/rust-lang/josh-sync`.
6263

0 commit comments

Comments
 (0)