We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c8928 commit 4f50efdCopy full SHA for 4f50efd
src/bootstrap/src/lib.rs
@@ -470,7 +470,7 @@ impl Build {
470
crate::core::metadata::build(&mut build);
471
}
472
473
- // Make a symbolic link so we can use a consistent directory in the documentation.
+ // Create symbolic link to use host sysroot from a consistent path (e.g., in the rust-analyzer config file).
474
let build_triple = build.out.join(build.build);
475
t!(fs::create_dir_all(&build_triple));
476
let host = build.out.join("host");
0 commit comments