about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2023-06-07 15:05:54 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2023-06-12 09:34:12 +0200
commit9de3c29319a42bbfdf3c61f1bced9e2e79373452 (patch)
treee36b3f5777c1d70a6de69777e151f1d4cd414bc9 /src/bootstrap/lib.rs
parent9ec370d40ceb86249b303c9d26f576229ad0b318 (diff)
downloadrust-9de3c29319a42bbfdf3c61f1bced9e2e79373452.tar.gz
rust-9de3c29319a42bbfdf3c61f1bced9e2e79373452.zip
add support for blessing panic=abort mir-opt tests
Diffstat (limited to 'src/bootstrap/lib.rs')
-rw-r--r--src/bootstrap/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
index c9d256028d4..d7e77aeb338 100644
--- a/src/bootstrap/lib.rs
+++ b/src/bootstrap/lib.rs
@@ -61,6 +61,7 @@ mod run;
 mod sanity;
 mod setup;
 mod suggest;
+mod synthetic_targets;
 mod tarball;
 mod test;
 mod tool;