Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 080e248

Browse files
authoredMay 19, 2024
Unrolled build for rust-lang#125286
Rollup merge of rust-lang#125286 - RalfJung:miri-sync, r=RalfJung Miri subtree update r? `@ghost`
2 parents 1d1283e + e93268e commit 080e248

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1298
-606
lines changed
 

‎Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3426,9 +3426,9 @@ dependencies = [
34263426

34273427
[[package]]
34283428
name = "rustc-build-sysroot"
3429-
version = "0.4.7"
3429+
version = "0.5.2"
34303430
source = "registry+https://github.com/rust-lang/crates.io-index"
3431-
checksum = "ab1dbbd1bdf65fdac44c885f6cca147ba179108ce284b60a08ccc04b1f1dbac0"
3431+
checksum = "fa3ca63cc537c1cb69e4c2c0afc5fda2ccd36ac84c97d5a4ae05e69b1c834afb"
34323432
dependencies = [
34333433
"anyhow",
34343434
"rustc_version",

‎src/tools/miri/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tex/*/out
55
*.out
66
*.rs.bk
77
.vscode
8+
.helix
89
*.mm_profdata
910
perf.data
1011
perf.data.old

0 commit comments

Comments
 (0)
This repository has been archived.