Skip to content

Commit 4484f37

Browse files
committed
[DO NOT MERGE] perf run for rustc-hash candidate
1 parent 8387315 commit 4484f37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -3449,8 +3449,7 @@ dependencies = [
34493449
[[package]]
34503450
name = "rustc-hash"
34513451
version = "1.1.0"
3452-
source = "registry+https://github.com/rust-lang/crates.io-index"
3453-
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3452+
source = "git+https://github.com/orlp/rustc-hash/?branch=faster-hash#d5b36344139e1271104307686bb2f59c2cc4f46b"
34543453

34553454
[[package]]
34563455
name = "rustc-main"

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ strip = true
111111
rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
112112
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
113113
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
114+
rustc-hash = { git = "https://github.com/orlp/rustc-hash/", branch = "faster-hash", features = ["nightly"] }

0 commit comments

Comments
 (0)