Skip to content

Commit 23d74cf

Browse files
authored
Merge pull request #2501 from Kobzol/compiler-builtins-josh
2 parents 8060b4b + 6f6b339 commit 23d74cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/external-repos.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ implement a new tool feature or test, that should happen in one collective rustc
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))
4646
* `rustc-dev-guide` ([josh sync](#synchronizing-a-josh-subtree))
47-
* `compiler-builtins`
47+
* `compiler-builtins` ([josh sync](#synchronizing-a-josh-subtree))
4848
* `stdarch` ([josh sync](#synchronizing-a-josh-subtree))
4949

5050
### Josh subtrees
@@ -56,6 +56,7 @@ The [josh] tool is an alternative to git subtrees, which manages git history in
5656
We use a dedicated tool called [`rustc-josh-sync`][josh-sync] for performing Josh subtree updates.
5757
Currently, we are migrating Josh repositories to it. So far, it is used in:
5858

59+
- compiler-builtins
5960
- rustc-dev-guide
6061
- stdarch
6162

0 commit comments

Comments
 (0)