diff options
| author | Eric Huss <eric@huss.org> | 2024-07-25 15:39:27 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2024-07-25 15:39:27 -0700 |
| commit | 5fa6ede9d4d42c9b656fdcb67fb853958fcc4244 (patch) | |
| tree | 79e4990da55ab3ba24301c9c10972cc4d7d4997c | |
| parent | 54be9ad5eb47207d155904f6c912a9526133f75f (diff) | |
| download | rust-5fa6ede9d4d42c9b656fdcb67fb853958fcc4244.tar.gz rust-5fa6ede9d4d42c9b656fdcb67fb853958fcc4244.zip | |
Remove comment about bootstrap.py handling submodules
bootstrap.py handling of submodules was removed in https://github.com/rust-lang/rust/pull/97513.
| -rw-r--r-- | src/bootstrap/src/core/build_steps/tool.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/src/core/build_steps/tool.rs b/src/bootstrap/src/core/build_steps/tool.rs index 087df2f8a88..66fcafb1c52 100644 --- a/src/bootstrap/src/core/build_steps/tool.rs +++ b/src/bootstrap/src/core/build_steps/tool.rs @@ -1087,8 +1087,6 @@ macro_rules! tool_extended { // NOTE: tools need to be also added to `Builder::get_step_descriptions` in `builder.rs` // to make `./x.py build <tool>` work. -// NOTE: Most submodule updates for tools are handled by bootstrap.py, since they're needed just to -// invoke Cargo to build bootstrap. See the comment there for more details. tool_extended!((self, builder), Cargofmt, "src/tools/rustfmt", "cargo-fmt", stable=true; CargoClippy, "src/tools/clippy", "cargo-clippy", stable=true; |
