Move compiletest main.rs to src/bin/

To make it obvious `compiletest`-the-tool has two components:

1. The core compiletest library, and
2. The tool binary, which will be executed by bootstrap.
This commit is contained in:
Jieyou Xu
2025-06-30 15:09:03 +08:00
parent c8cef5bfaa
commit f03074da23
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -6,6 +6,10 @@ edition = "2024"
[lib]
doctest = false
[[bin]]
name = "compiletest"
path = "src/bin/main.rs"
[dependencies]
# tidy-alphabetical-start
anstyle-svg = "0.1.3"