summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakob Degen <jakob.e.degen@gmail.com>2022-10-30 17:17:25 -0700
committerJakob Degen <jakob.e.degen@gmail.com>2022-10-31 21:45:41 -0700
commit17395b45b102b365e6fb19796223d190b5f2bebf (patch)
treee7a768e6f1e5eefd81f3b14257eeaab60d3fda4f /Cargo.toml
parent024207ab43aceb49f2ca957509c503ccf12089d7 (diff)
downloadrust-17395b45b102b365e6fb19796223d190b5f2bebf.tar.gz
Detect unused files in `src/test/mir-opt` and error on them in tidy.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e49fe5e2f63..13a98eedde8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ members = [
"src/tools/error_index_generator",
"src/tools/linkchecker",
"src/tools/lint-docs",
+ "src/tools/miropt-test-tools",
"src/tools/rustbook",
"src/tools/unstable-book-gen",
"src/tools/tidy",