Skip to content

Commit 4f50efd

Browse files
committed
update "build/host" symlink comment
Signed-off-by: onur-ozkan <[email protected]>
1 parent f7c8928 commit 4f50efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ impl Build {
470470
crate::core::metadata::build(&mut build);
471471
}
472472

473-
// Make a symbolic link so we can use a consistent directory in the documentation.
473+
// Create symbolic link to use host sysroot from a consistent path (e.g., in the rust-analyzer config file).
474474
let build_triple = build.out.join(build.build);
475475
t!(fs::create_dir_all(&build_triple));
476476
let host = build.out.join("host");

0 commit comments

Comments
 (0)