Skip to content

Commit

Permalink
clarify subtree tool policy (rust-lang#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung authored Dec 3, 2022
1 parent c4e632e commit a7cd864
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,10 @@ differently from other crates that are directly in this repo:

In contrast to `submodule` dependencies
(see below for those), the `subtree` dependencies are just regular files and directories which can
be updated in tree. However, enhancements, bug fixes, etc. specific to these tools should be filed
against the tools directly in their respective upstream repositories.
be updated in tree. However, if possible, enhancements, bug fixes, etc. specific
to these tools should be filed against the tools directly in their respective
upstream repositories. The exception is that when rustc changes are required to
implement a new tool feature or test, that should happen in one collective rustc PR.

#### Synchronizing a subtree

Expand Down

0 comments on commit a7cd864

Please sign in to comment.