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
No known key found for this signature in database
GPG key ID: 045B995028EA6AFC
2 changed files with 4 additions and 0 deletions

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"