We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e743a4d commit 26ce8a9Copy full SHA for 26ce8a9
1 file changed
src/bootstrap/src/core/builder/cargo.rs
@@ -1082,7 +1082,7 @@ impl Builder<'_> {
1082
// rustc creates absolute paths (in part bc of the `rust-src` unremap
1083
// and for working directory) so let's remap the build directory as well.
1084
format!("{}={map_to}", self.build.src.display()),
1085
- // remap OUT_DIR so they don't leak into artifacs.
+ // remap OUT_DIR so they don't leak into artifacts.
1086
format!("{}={map_to}/out", self.build.out.display()),
1087
]
1088
.join("\t");
0 commit comments