about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-08-20 19:37:45 +0200
committerJakub Beránek <berykubik@gmail.com>2025-08-30 15:28:40 +0200
commit1591901e2f2cae2c1b79f330e9d392b594db4cc1 (patch)
treeaeafcbc645d77bb2061d7e6eb45858ef504dc204
parent425c66ecdc7f37db3f4c4d134fd01105bc9c8a3f (diff)
downloadrust-1591901e2f2cae2c1b79f330e9d392b594db4cc1.tar.gz
rust-1591901e2f2cae2c1b79f330e9d392b594db4cc1.zip
Fix doclink
-rw-r--r--src/bootstrap/src/lib.rs2
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