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:
parent
c8cef5bfaa
commit
f03074da23
2 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue