X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Flib.rs;h=7e70e99bb8ca22ee78d1d78170cd2736e736bab4;hb=cbe5e7bc623f498426fe27f717a035fcbaebee20;hp=9ada3f315c148c113214f791766c94db6f8135d1;hpb=38db483af750535774616810f1f8a4e6bdc17260;p=rust.git diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 9ada3f315c1..7e70e99bb8c 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -122,6 +122,7 @@ check_run, exe, libdir, mtime, output, run, run_suppressed, try_run, try_run_suppressed, CiEnv, }; +mod bolt; mod builder; mod cache; mod cc_detect;