Skip to content

Commit 730a799

Browse files
committed
Auto merge of #2459 - RalfJung:cargo-miri-split, r=RalfJung
split cargo-miri into multiple files also greatly extend the 'who calls who' comment
2 parents c24c638 + 29e9a8a commit 730a799

File tree

8 files changed

+1320
-1276
lines changed

8 files changed

+1320
-1276
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# contains package information of crates installed via `cargo install`.
5959
~/.cargo/.crates.toml
6060
~/.cargo/.crates2.json
61-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock', 'cargo-miri/version.rs') }}
61+
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock', 'cargo-miri/src/version.rs') }}
6262
restore-keys: ${{ runner.os }}-cargo
6363

6464
- name: Install rustup-toolchain-install-master and xargo

cargo-miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99

1010
[[bin]]
1111
name = "cargo-miri"
12-
path = "bin.rs"
12+
path = "src/main.rs"
1313
test = false # we have no unit tests
1414
doctest = false # and no doc tests
1515

0 commit comments

Comments
 (0)