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 79331b2 commit 91d0494Copy full SHA for 91d0494
src/tools/compiletest/src/runtest/run_make.rs
@@ -174,7 +174,7 @@ impl TestCx<'_> {
174
// For `run-make` V2, we need to perform 2 steps to build and run a `run-make` V2 recipe
175
// (`rmake.rs`) to run the actual tests. The support library is already built as a tool rust
176
// library and is available under
177
- // `build/$TARGET/stage0-bootstrap-tools/$HOST/release/librun_make_support.rlib`.
+ // `build/$HOST/stage0-bootstrap-tools/$TARGET/release/librun_make_support.rlib`.
178
//
179
// 1. We need to build the recipe `rmake.rs` as a binary and link in the `run_make_support`
180
// library.
0 commit comments