File tree 1 file changed +9
-0
lines changed
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
12
12
Development] [ rustc-dev-guide ] , commonly known as the [ rustc-dev-guide] . Documentation for the
13
13
standard library in the [ Standard library developers Guide] [ std-dev-guide ] , commonly known as the [ std-dev-guide] .
14
14
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
+
15
24
## About the [ rustc-dev-guide]
16
25
17
26
The [ 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