Skip to content

Commit

Permalink
Auto merge of rust-lang#123094 - krtab:rustc-hash-perfopt, r=<try>
Browse files Browse the repository at this point in the history
[DO NOT MERGE] bench tentative perf improvements in rustc-hash

This is a bench PR for rust-lang/rustc-hash#35

r? Nilstrieb
  • Loading branch information
bors committed Mar 26, 2024
2 parents 519d892 + 3eb940c commit aadc77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3380,8 +3380,7 @@ dependencies = [
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
source = "git+https://github.com/krtab/rustc-hash.git?branch=perfopt#b2ff71f969a743fc8f1b88f77dd77d3cb063757c"

[[package]]
name = "rustc-main"
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ strip = true
rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
rustc-hash = {git = "https://github.com/krtab/rustc-hash.git", branch="perfopt"}

[patch."https://github.com/rust-lang/rust-clippy"]
clippy_lints = { path = "src/tools/clippy/clippy_lints" }

0 comments on commit aadc77f

Please sign in to comment.