Skip to content

Commit aa546f9

Browse files
authored
Rollup merge of #131279 - onur-ozkan:remove-host-symlink, r=Noratrieb
update "build/host" symlink comment It's needed and can't be removed, so make it clear where it's needed.
2 parents 9aaebd4 + 4f50efd commit aa546f9

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)