File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,15 @@ Documentation for contributing to the compiler or tooling is located in the [Gui
1212Development] [ rustc-dev-guide ] , commonly known as the [ rustc-dev-guide] . Documentation for the
1313standard library in the [ Standard library developers Guide] [ std-dev-guide ] , commonly known as the [ std-dev-guide] .
1414
15+ ## Making changes to subtrees and submodules
16+
17+ For submodules, changes need to be made against the repository corresponding the
18+ submodule, and not the main ` rust-lang/rust ` repository.
19+
20+ For subtrees, prefer sending a PR against the subtree's repository if it does
21+ not need to be made against the main ` rust-lang/rust ` repostory (e.g. a
22+ rustc-dev-guide change that does not accompany a compiler change).
23+
1524## About the [ rustc-dev-guide]
1625
1726The [ rustc-dev-guide] is meant to help document how rustc –the Rust compiler– works,
You can’t perform that action at this time.
0 commit comments