about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-11-01 15:40:57 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-11-02 21:03:27 +0100
commit260d91bd413c1ffe6f6e7672f1d8223c34dd21bf (patch)
tree95d491e4986a7deb634de571c870d4054704e6e4 /src
parent43290933a49f7d67be06717ac4d4bfe566f1deba (diff)
downloadrust-260d91bd413c1ffe6f6e7672f1d8223c34dd21bf.tar.gz
rust-260d91bd413c1ffe6f6e7672f1d8223c34dd21bf.zip
Add FIXME header for two comments in cg_gcc and cg_clif boostrap types
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/src/core/build_steps/test.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/src/core/build_steps/test.rs b/src/bootstrap/src/core/build_steps/test.rs
index 79a2e5366e9..e2b515a3086 100644
--- a/src/bootstrap/src/core/build_steps/test.rs
+++ b/src/bootstrap/src/core/build_steps/test.rs
@@ -3063,7 +3063,7 @@ impl Step for CodegenCranelift {
         // FIXME handle vendoring for source tarballs before removing the --skip-test below
         let download_dir = builder.out.join("cg_clif_download");
 
-        // Uncomment the `prepare` command below once vendoring is implemented.
+        // FIXME: Uncomment the `prepare` command below once vendoring is implemented.
         /*
         let mut prepare_cargo = build_cargo();
         prepare_cargo.arg("--").arg("prepare").arg("--download-dir").arg(&download_dir);
@@ -3187,7 +3187,7 @@ impl Step for CodegenGCC {
         ));
         let _time = helpers::timeit(&builder);
 
-        // Uncomment the `prepare` command below once vendoring is implemented.
+        // FIXME: Uncomment the `prepare` command below once vendoring is implemented.
         /*
         let mut prepare_cargo = build_cargo();
         prepare_cargo.arg("--").arg("prepare");