Skip to content

Commit f03074d

Browse files
committed
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.
1 parent c8cef5b commit f03074d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/tools/compiletest/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ edition = "2024"
66
[lib]
77
doctest = false
88

9+
[[bin]]
10+
name = "compiletest"
11+
path = "src/bin/main.rs"
12+
913
[dependencies]
1014
# tidy-alphabetical-start
1115
anstyle-svg = "0.1.3"

0 commit comments

Comments
 (0)