]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/test.rs
bootstrap: ensure that `libproc_macro` is available on the host for tests even when...
[rust.git] / src / bootstrap / test.rs
index dbff26ee9e370c2ffe7df2c29021c20026de3d97..08672c1fc938762ae94bb95a62c17a780d06456f 100644 (file)
@@ -976,6 +976,9 @@ fn run(self, builder: &Builder) {
             builder.ensure(compile::Std { compiler, target: compiler.host });
         }
 
+        // HACK(eddyb) ensure that `libproc_macro` is available on the host.
+        builder.ensure(compile::Test { compiler, target: compiler.host });
+
         builder.ensure(native::TestHelpers { target });
         builder.ensure(RemoteCopyLibs { compiler, target });