We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a1e05 commit 08b1ec4Copy full SHA for 08b1ec4
build_system/prepare.rs
@@ -15,6 +15,7 @@ pub(crate) fn prepare(dirs: &Dirs, rustc: &Path) {
15
super::tests::REGEX_REPO.fetch(dirs);
16
super::tests::PORTABLE_SIMD_REPO.fetch(dirs);
17
18
+ // FIXME do this on the fly?
19
prepare_stdlib(dirs, rustc);
20
prepare_coretests(dirs, rustc);
21
0 commit comments