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 6e9d1cf commit 0f2c115Copy full SHA for 0f2c115
CONTRIBUTING.md
@@ -165,3 +165,12 @@ cargo bench --no-default-features \
165
166
[`iai-callgrind-runner`]: https://crates.io/crates/iai-callgrind-runner
167
[Valgrind]: https://valgrind.org/
168
+
169
+## Subtree synchronization
170
171
+`compiler-builtins` is included as a [Josh subtree] in the main compiler
172
+repository (`rust-lang/rust`). You can find a guide on how to create synchronization
173
+(pull and push) PRs at the [`rustc-dev-guide` page].
174
175
+[Josh subtree]: https://rustc-dev-guide.rust-lang.org/external-repos.html#josh-subtrees
176
+[`rustc-dev-guide` page]: https://rustc-dev-guide.rust-lang.org/external-repos.html#synchronizing-a-josh-subtree
0 commit comments