diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-08-20 19:37:45 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-08-30 15:28:40 +0200 |
| commit | 1591901e2f2cae2c1b79f330e9d392b594db4cc1 (patch) | |
| tree | aeafcbc645d77bb2061d7e6eb45858ef504dc204 | |
| parent | 425c66ecdc7f37db3f4c4d134fd01105bc9c8a3f (diff) | |
| download | rust-1591901e2f2cae2c1b79f330e9d392b594db4cc1.tar.gz rust-1591901e2f2cae2c1b79f330e9d392b594db4cc1.zip | |
Fix doclink
| -rw-r--r-- | src/bootstrap/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/lib.rs b/src/bootstrap/src/lib.rs index 29d0eac670a..0584c53f549 100644 --- a/src/bootstrap/src/lib.rs +++ b/src/bootstrap/src/lib.rs @@ -1165,7 +1165,7 @@ impl Build { /// Return a `Group` guard for a [`Step`] that tests `what` with the given `stage` and `target` /// (determined by `host_and_stage`). - /// Use this instead of [`Builder::msg`] when there is no clear `build_compiler` to be + /// Use this instead of [`builder::Builder::msg`] when there is no clear `build_compiler` to be /// determined. /// /// [`Step`]: crate::core::builder::Step |
