File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -333,8 +333,18 @@ Currently building Rust will also build the following external projects:
333333* [ miri] ( https://github.com/solson/miri )
334334
335335If your changes break one of these projects, you need to fix them by opening
336- a pull request against the broken project. When you have opened a pull request,
337- you can disable the tool via ` src/tools/toolstate.toml ` .
336+ a pull request against the broken project asking to put the fix on a branch.
337+ Then you can disable the tool building via ` src/tools/toolstate.toml ` .
338+ Once the branch containing your fix is likely to be merged, you can point
339+ the affected submodule at this branch.
340+
341+ Don't forget to also add your changes with
342+
343+ ```
344+ git add path/to/submodule
345+ ```
346+
347+ outside the submodule.
338348
339349It can also be more convenient during development to set ` submodules = false `
340350in the ` config.toml ` to prevent ` x.py ` from resetting to the original branch.
You can’t perform that action at this time.
0 commit comments